index.php

来自「STCMS音乐系统 系统功能:   1、随意的添加导航栏目的频道」· PHP 代码 · 共 24 行

PHP
24
字号
<?php
require("common.inc.php");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>STCMS 闊充箰绯荤粺 鍚庡彴绠$悊</title>
<script type="text/javascript">
if(top.location.href != location.href)
{
	location.href=top.location.href;	
}
</script>
</head>

<frameset rows="*" cols="129,*" framespacing="0" frameborder="no" border="0">
  <frame src="left.php" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame" title="leftFrame" />
  <frame src="main.php" name="mainFrame" id="mainFrame" title="mainFrame" />
</frameset>
<noframes><body>
</body>
</noframes></html>

⌨️ 快捷键说明

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