⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 zhuce.jsp

📁 用ssh作的一个小例子
💻 JSP
字号:
<?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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -