maincontent.asp
来自「数据结构课程设计之最小生成数的K算法的实现 简短 简洁」· ASP 代码 · 共 23 行
ASP
23 行
<%
if session("user")="" then
response.redirect "index.asp"
end if
%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>新建网页 1</title>
<base target="bottom">
</head>
<body bgcolor="#dddddd">
<p></p>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?