📄 index.php
字号:
<html>
<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<title>
<?php
require("header.php");
echo $top_str
?>
</title>
<link rel="stylesheet" type="text/css" href="work.css">
</head>
<frameset rows="64,*" framespacing="1" border="1" frameborder="1">
<frame name="banner" scrolling="no" noresize target="content.php" src="top.php">
<frameset cols="134,*">
<frame name="contents" target="main" src="left.php" scrolling="auto">
<frame name="main" src="content.php" scrolling="auto" noresize>
</frameset>
<noframes>
<body>
<p>此网页使用了框架,但您的浏览器不支持框架。</p>
</body>
</noframes>
</frameset>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -