list.jsp~1~
来自「一个较简单的图书管理系统.rar」· JSP~1~ 代码 · 共 24 行
JSP~1~
24 行
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?