?? coding.jsp
字號:
<%@ page contentType="text/html; charset=GB2312" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
<html>
<head>
<title>coding</title>
<meta http-equiv="Content-Type" content="text/html; charset=GB2312">
<script type="text/javascript" src="/js/coding.js" charset="gb2312">;</script>
<script type="text/javascript" src="/css/table.js" charset="gb2312">;</script>
<link type="text/css" rel="stylesheet" href="/css/coding.css"/>
</head>
<body onLoad="tableCssInit()" scroll="yes">
<table id="table1" cellpadding="3">
<logic:iterate id="first" name="listCodingRow">
<tr onMouseOver="changerColor(this)" onMouseOut="changeColorBack(this)" onClick="chooseItem(this);fillValue(this)">
<td><bean:write name="first" filter="false"/></td>
</tr>
</logic:iterate>
</table>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -