addcustomer.jsp
来自「基于SSH (struts+spring+hibernate)框架设计的 C」· JSP 代码 · 共 16 行
JSP
16 行
<%@ page contentType="text/html; charset=gb2312" %>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<html>
<head>
<title>增加客户信息</title>
</head>
<body>
<iframe height="100%" width="100%" frameborder="0" src="<%=basePath%>add.do?target=CrmCustomer">
</iframe>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?