newsp.jsp~5~
来自「源码新闻发布系统」· JSP~5~ 代码 · 共 17 行
JSP~5~
17 行
<%@ page contentType="text/html; charset=GBK" %>
<html>
<head>
<title>
newsp
</title>
</head>
<frameset rows="17%,*" cols="*">
<frame src="head.html" marginheight="0" marginwidth="0" frameborder="0" noresize="noresize" scrolling="no">
<frameset rows="*" cols="13%,*">
<frame src="newpreleft.jsp" marginheight="1" marginwidth="0" noresize="noresize">
<frame src="mainnews.jsp" name="mainframe">
</frameset>
</frameset>
<noframes></noframes>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?