newsp.jsp~4~

来自「源码新闻发布系统」· JSP~4~ 代码 · 共 17 行

JSP~4~
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="12%,*">
     <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 + -
显示快捷键?