downbutton.jsp

来自「医院信息系统(Hospital Information System」· JSP 代码 · 共 16 行

JSP
16
字号
<%@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 + =
减小字号Ctrl + -
显示快捷键?