pagehead.jsp
来自「spring+hibernate做的网上订餐系统」· JSP 代码 · 共 28 行
JSP
28 行
<%@ page language="java" pageEncoding="UTF-8"%>
<% String contextPath = request.getContextPath();%>
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="<%=contextPath%>/admin/style/default.css" rel="stylesheet" type="text/css">
<script src="<%=contextPath%>/admin/js/fun_jscript.js"></script>
<script src="<%=contextPath%>/admin/js/DateBox.js"></script>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
</head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
</tr>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?