gorilla_main.php

来自「PHP源代码」· PHP 代码 · 共 16 行

PHP
16
字号
<html>
<head><Title>
在线聊天
</title></head>
<!-- frames -->
<frameset  rows="82%,*" BORDER="0">
    <frame name="top" src="gorilla2.php" marginwidth="0" marginheight="0" scrolling="no" FRAMEBORDER="NO" noresize>
    <frame name="bottom" src="gorilla.php" marginwidth="0" marginheight="0" scrolling="yes" frameborder="no" noresize>
</frameset>

<body>



</body>
</html>

⌨️ 快捷键说明

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