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