oktemplate.jsp
来自「eNews新闻发布系统 JSP+Struts+JSTL+EL+mysql」· JSP 代码 · 共 24 行
JSP
24 行
<%@ page contentType="text/html;charset=gb2312" import="com.v246.*"%>
<html>
<head>
<title>
</title>
</head>
<body>
ok
<%--
<%
Template_addTemplate_form template=(Template_addTemplate_form)request.getAttribute("addTemplate");
%>
type:<%=template.getTemplateType()%><br>
name:<%=template.getTemplateName()%><br>
content:<%=template.getContent()%><br>
isDefault:<%=template.getIsDefault()%><br>
<br>
<br>
<br>
<br>
<br>
--%>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?