index2.jsp
来自「服务器tomcat 数据库mysql Hospital Managemen」· JSP 代码 · 共 18 行
JSP
18 行
<html>
<head>
</head>
<body>
<!--<@ include file="head.jsp"%>
<@ include file="foot.jsp"%> -->
<jsp:include page="head.jsp" flush="true"/>
<jsp:include page="foot.jsp" flush="true"/>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?