root_aboutus_txtbox.asp
来自「多多网店系统v3.01 完全免费可用版-功能简介: 支持多模板皮肤色切换[8套」· ASP 代码 · 共 29 行
ASP
29 行
<!--#include file="admin_check.asp"-->
<%dim dbpath
dbpath="../"
%>
<!--#include file="../Conn.asp"-->
<!--#include file="../include/MyRequest.asp"-->
<html>
<head>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" style="background-color: #FFFFFF">
<%
set rs=server.createobject("adodb.recordset")
sql="select root_info_aboutus from root_info where id=1"
rs.open sql,conn,1,1
If Not rs.Eof Then
Content=rs(0)
end if
Response.Write Content
rs.close
set rs=nothing
%>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?