manage.asp
来自「功能特点:1、在wap1.0的基础上添加了铃声栏目; 」· ASP 代码 · 共 15 行
ASP
15 行
<!--#include file="conn.asp"-->
<!--#include file="cook.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><%=webtitle%> - 网站后台管理系统</title>
</head>
<frameset rows="*,0" cols="" framespacing="0" frameborder="NO" border="0">
<frame src="main.asp">
<frame scrolling="NO" noresize>
</frameset>
<noframes><body>
</body></noframes>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?