📄 basemodel.jsp
字号:
<%@ page language="java" pageEncoding="gb2312"%>
<%@ taglib uri="http://displaytag.sf.net/el" prefix="display"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<html>
<head>
<base href="<%=basePath%>">
<title>baseModel</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css/main_content.css" rel="stylesheet" type="text/css">
<link href="css/button.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="css/displaytag.css">
<style type="text/css">
<!--
body {
margin-bottom: 20%;
}
-->
</style>
<link href="../css/main_content.css" rel="stylesheet" type="text/css">
</head>
<body style="margin:0px;">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="tr_title4" ><div align="center"></div></td>
</tr>
<tr>
<td> </td>
<tr>
<td class="tr_title4"> </td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -