config.asp

来自「东滕网站源码」· ASP 代码 · 共 17 行

ASP
17
字号
<%
dim sql
dim rs
dim strAllowHTML
dim strAllowflash
dim ads1
dim ads2
sql="select * from config"
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,1,1
strAllowHTML=rs("strAllowHTML")
strAllowflash=rs("strAllowflash")
ads1=rs("ads1")
ads2=rs("ads2")
rs.close
%>

⌨️ 快捷键说明

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