showtimejsp.jsp~2~
来自「JBuilder9 精髓 source code1.rar」· JSP~2~ 代码 · 共 24 行
JSP~2~
24 行
<%@ page contentType="text/html; charset=GBK" %>
<html>
<head>
<title>
ShowtimeJSP
</title>
</head>
<jsp:useBean id="showtimeJSPBeanId" scope="session" class="showtime.ShowtimeJSPBean" />
<jsp:setProperty name="showtimeJSPBeanId" property="*" />
<body bgcolor="#ffffc0">
<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="showtimeJSPBeanId" property="sample" />
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?