hello.jsp
来自「resinweb服务器源文件」· JSP 代码 · 共 23 行
JSP
23 行
<%@ page session=false %><%//// Scripts between the scriptlet tags are simply executed.//String title = "Hello, world!";%><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><!-- The expression tags interpolate script variables into the HTML --><title><%= title %></title></head><body bgcolor=white><h1><%= title %></h1></body>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?