?? config.asp
字號:
<%
dim sql
dim rs
dim strAllowHTML
dim strAllowflash
dim ads1
dim ads2
Set conn = Server.CreateObject("ADODB.Connection")
conn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("book.asp")
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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -