📄 courseinfo.jsp
字号:
<%@ page contentType="text/html; charset=GBK" %>
<%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
<html>
<head>
<title>课程具体信息</title>
</head>
<body bgcolor="#c0c0c0">
<html:form action="/signUpAction">
<table width="80%" border="1">
<tr><td>课程名称</td>
<td><bean:write name="signUpForm" property="wbCourses.courseName"/></td>
</tr>
<tr><td>参考书</td>
<td><bean:write name="signUpForm" property="wbCourses.referenceBooks"/></td>
</tr>
<tr><td>考试时间</td>
<td><bean:write name="signUpForm" property="wbCourses.examTime"/></td>
</tr>
<tr><td>考试地点</td>
<td><bean:write name="signUpForm" property="wbCourses.examPlace"/></td>
</tr>
</table>
</html:form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -