📄 admin.jsp~5~
字号:
<%@ page contentType="text/html; charset=GBK" %>
<jsp:include flush="true" page="webconfig.jsp">
</jsp:include>
<html>
<head>
<title>动感商城系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../css.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="91%" border="0" align="center" cellpadding="1" cellspacing="1">
<tr>
<td height="20">
<div align="center"><font color="#000000"><img src="images/ip.gif" width="450" height="100"></font></div>
</td>
</tr>
<tr>
</tr>
</table>
<jsp:include flush="true" page="copyight.jsp">
</jsp:include>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -