chat.php
来自「This a free web game, animportantnote of」· PHP 代码 · 共 10 行
PHP
10 行
<html>
<head>
</head>
<frameset cols="40%,*">
<frame src="input.php" name="right">
<frame name="left" src="view.php">
</frameset>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?