view.jsp
来自「纯粹jsp编写的新闻发布系统」· JSP 代码 · 共 22 行
JSP
22 行
<%@page language="java" contentType="text/html;charset=GBK"%>
<html>
<head>
<link href="../css/person.css" type=text/css rel=stylesheet>
<title>
文章浏览
</title>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<div align=center>
<hr align=center width="96%" size=3 color="#cccccc">
<table width="90%" border="0" cellspacing=0 cellpadding=0 style="word-break:break-all;">
<tr>
<td width="100%"><p><script>document.write(window.opener.document.all.Content.value);</script></p></td>
</tr>
</table>
<hr align=center width="96%" size=3 color="#cccccc">
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?