bbs.jsp

来自「常用的 java bbs 代码 希望对洒家哟ihoude编程有帮相互i 呵呵」· JSP 代码 · 共 18 行

JSP
18
字号
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<frameset rows="*" cols="155,*" border="0" framespacing="0" bordercolor="#FFFFFF" frameborder="NO"> 
  <frame name="left" scrolling="AUTO" noresize src="left.jsp">
  <frameset rows="17,*" border="0" framespacing="0" cols="*" bordercolor="#FFFFFF" frameborder="NO"> 
    <frame name="top" noresize scrolling="NO" src="top.jsp">
    <frame name="right" src="right.jsp" scrolling="AUTO">
  </frameset>
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</noframes> 
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?