⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.asp

📁 于毕业设计与论文以及做课题用-MSK Simulink simulation program for the design and graduation thesis topic, and makin
💻 ASP
字号:
<%
if session("admin")="" then
response.Redirect "Admin_Login.asp"
end if
%>
<html>
<head>
<title>后台管理中心</title>
</head>
<frameset framespacing="0" border="false" cols="180,*" frameborder="0"> 
  <frame name="left"  scrolling="auto" marginwidth="0" marginheight="0" src="Admin_Menu.asp">
  <frame name="right" scrolling="auto" src="Admin_Main.asp">
</frameset>
<noframes>
</noframes> 
</html>

⌨️ 快捷键说明

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