📄 cxtj.jsp
字号:
<%@ page contentType="text/html;charset=gb2312" %>
<%@ page session="true" %>
<%@ taglib uri="/tags/struts-bean" prefix="bean" %>
<%@ taglib uri="/tags/struts-html" prefix="html" %>
<%@ taglib uri="/tags/struts-logic" prefix="logic" %>
<bean:define id="cxtjid" type="data.ChaXunData" name="CHAXUNDATA" scope="session"/>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>chaxun</title>
</head>
<body>
<form method="POST" action="cx.do">
<p>ChaXunXueShengChengJi</p>
<label for="input1">
<p><input type="radio" id="input1" name="input" value="input1" onclick=""
/>XueHao:<html:text name="cxtjid" property="id"/></p></label>
<label for="input2">
<p><input type="radio" id="input2" name="input" value="input2" onclick=""/>
XingMing:<html:select name="cxtjid" property="name" size="1">
<html:options name="cxtjid" property ="nameList"/>
</html:select></p></label>
<label for="input3">
<p><input type="radio" id="input3" name="input" value="input3" onclick=""/>
KeCheng:<html:select name="cxtjid" property="course" size="1">
<html:options name="cxtjid" property ="courseList" />
</html:select></p></label>
<html:submit property="search" value="ChaXun"/>
<html:reset property="reset" value="ChongXie"/>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -