courseinfo.jsp
来自「网上报名系统,是一个功能很完善的系统,推存给大家,很好用的」· JSP 代码 · 共 27 行
JSP
27 行
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?