firstjspage.jsp
来自「java2 primer plus一书源程序」· JSP 代码 · 共 13 行
JSP
13 行
<%@page contentType="text/html"%><html><head><title>JSP Page</title></head><body><%-- <jsp:useBean id="beanInstanceName" scope="session" class="package.class" /> --%><%-- <jsp:getProperty name="beanInstanceName" property="propertyName" /> --%>This is the first JSP Page that we created.</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?