zhuce.jsp

来自「用ssh作的一个小例子」· JSP 代码 · 共 38 行

JSP
38
字号
<?xml version="1.0" encoding="UTF-8" ?><%@ page language="java" contentType="text/html; charset=UTF-8"    pageEncoding="UTF-8"%><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Insert title here</title><style type="text/css">
<!--
.STYLE1 {
	font-size: 16px;
	font-weight: bold;
}
.STYLE3 {font-size: 18px; font-weight: bold; }
-->
</style>
<script type="text/javascript">
	function step(){
	   request.getRequestDispatcher("zhuce.jsp").forward(request,response);
	}
</script>
<%
  String action=(String)request.getAttribute("action");
%>
</head>

<body>
<jsp:include flush="true" page="head.jsp">
	<jsp:param name="current" value="zhuce"/>
</jsp:include>
<form id="form1" name="form1" method="post" action="add.do">
  <table width="532" border="1" align="center">
    <tr bgcolor="#CCCCCC">
      <td height="33" colspan="4"><div align="center"><strong>鐢ㄦ埛娉ㄥ唽</strong></div></td>
    </tr>
    <tr bgcolor="#FFFFCC">
      <td width="80" height="30"><div align="center">鐢ㄦ埛鍚

⌨️ 快捷键说明

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