📄 operate.jsp
字号:
<%@ page contentType="text/html; charset=gb2312"%>
<%@ include file="/view/setBasePath.jsp" %>
<html>
<head>
<title>内容显示区</title>
<base href="<%=basePath %>">
</head>
<body>
<table border="0" width="140" height="30" cellspacing="4" bordercolor="lightgrey">
<tr>
<td align="center"><a href="transport/goodsdyn.do?method=Add&actionType=onlylink"><img src="image/add.gif"></a></td>
<td align="center"><a href="transport/goodsdyn.do?method=Search&actionType=onlylink"><img src="image/search.gif"></a></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -