main.html

来自「一个简单的JSP聊天程序」· HTML 代码 · 共 16 行

HTML
16
字号
<html>
<head>
<title>
</title>
</head>

<frameset cols="85%,*" border="0" framespacing="0" frameborder="NO"> 
  <frameset  rows="83%,*">
    <frame name="" src="showmsg.jsp" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0">
    <frame name="" src="sendmsg_init.jsp" marginwidth="10" marginheight="10" scrolling="no" frameborder="0">
</frameset>
	<frame name="" src="fancy.jsp" marginwidth="10" marginheight="10" scrolling="no" frameborder="0">
</frameset><noframes></noframes>

</html>

⌨️ 快捷键说明

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