📄 top0.asp
字号:
<!--#include file="conn.asp"-->
<%
sql="select * from counst"
set rs=conn.execute(sql)
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>
<% =rs("W_name") %>
</title>
<link href="images/css.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
a.link2:link {
font-size: 12px;
color: #FFFFFF;
text-decoration: none;
}
-->
</style>
</head>
<body bgcolor="#F9F9F9" topmargin="0">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -