📄 delerelationidex.jsp
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<%@ page contentType="text/html;charset=GBK"%>
<%@ page import="com.saas.biz.commen.commMethodMgr"%>
<%
// commMethodMgr commen = new commMethodMgr();
String id ="";// commen.GenTradeId();
String menu_id = "";
if (request.getParameter("menu_id") != null)
{
menu_id = request.getParameter("menu_id");
}
%>
<html>
<head>
<title>企业信息化综合服务平台-客户关系管理</title>
</head>
<body>
<div id="righttop">
<jsp:include page="/inc/menu.jsp">
<jsp:param name="menu_id" value="<%=menu_id%>" />
</jsp:include>
</div>
<jsp:include page="delRelationList.jsp"/>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -