?? downbutton.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>downbutton</title>
<script type="text/javascript" src="/js/downbutton.js" charset="gb2312">;</script>
</head>
<body style="margin:0px">
<logic:iterate id="showlist1" name="listButtonItems">
<input type="button" class="downButton" value="<bean:write name="showlist1" filter="false" />" onclick="command('<bean:write name="showlist1" filter="false" />')"/>
</logic:iterate>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -