modifyinfo.jsp~4~

来自「基于b/s模式的jsp在线考试系统」· JSP~4~ 代码 · 共 29 行

JSP~4~
29
字号
<%@ page contentType="text/html; charset=GBK" %>
<%@ page import="com.gton.bean.TeacherBean" %>
<html>
<head>
<title>
modifyinfo
</title>
</head>
<%
  TeacherBean bean = (TeacherBean)session.getAttribute("teabean");
%>
<body bgcolor="#ffffff">
<center>
  <table border="1">
    <tr>
      <th></th>
      <th></th>
      <th></th>
      <th></th>
      <th></th>
      <th></th>
      <th></th>
      <th></th>
    </tr>
  </table>
</center>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?