xtgg.jsp~4~
上传用户:top0756
上传日期:2022-08-11
资源大小:6501k
文件大小:1k
源码类别:

Jsp/Servlet

开发平台:

VBScript

  1. <%@ page contentType="text/html; charset=GBK" %>
  2. <html>
  3. <head>
  4. <title>
  5. gonggao
  6. </title>
  7. </head>
  8. <body bgcolor="#ffffff">
  9.  &nbsp; &nbsp; &nbsp;姓名:&nbsp;<font color="#0033FF"><%=session.getAttribute("stu_name") %> </font>  &nbsp; &nbsp; &nbsp;学号:&nbsp;<font color="#0033FF"><%=session.getAttribute("stu_id") %></font><br>
  10.  <hr>
  11.  <center>
  12.  <font size="5" color="#FF3333"> 系统公告</font> </center>
  13.  <hr>
  14. <pre>
  15.  说明:
  16. 1.选课系统要求IE版本为6.0或以上
  17. 2.选课年级为03
  18. 3.有疑问,请和教学部联系
  19.                              信息工程部
  20. </pre>
  21. </body>
  22. </html>