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

📄 list.jsp~1~

📁 一个较简单的图书管理系统.rar
💻 JSP~1~
字号:
<%@ page contentType="text/html; charset=GBK" %>
<html>
<head>
<title>
list
</title>
</head>
<jsp:useBean id="listBeanId" scope="session" class="thisjsp.listBean" />
<jsp:setProperty name="listBeanId" property="*" />
<body>
<h1>
JBuilder Generated JSP
</h1>
<form method="post">
<br>Enter new value   :  <input name="sample"><br>
<br><br>
<input type="submit" name="Submit" value="Submit">
<input type="reset" value="Reset">
<br>
Value of Bean property is :<jsp:getProperty name="listBeanId" property="sample" />
</form>
</body>
</html>

⌨️ 快捷键说明

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