📄 notice0.jsp
字号:
<HTML>
<HEAD><%@ page contentType="text/html; charset=gb2312"%>
<jsp:useBean id="noticePrtId0" scope="session" class="common.all.PrintBean" />
<link rel="stylesheet" href="common.css">
</HEAD>
<% noticePrtId0.getRes(request,response,out);%>
<BODY>
<form name="form1" method="post">
<BR>
<%
noticePrtId0.SetCaption("公 告");
noticePrtId0.SetUnVisiable(1);
noticePrtId0.SetQueryString("SELECT noticeLevel as 等级, id AS 编号,Title AS 标题, IssueDate AS 发布日期, author AS 作者 FROM notice" );
noticePrtId0.PrintTable();
%>
</form>
</BODY>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -