conn.asp
来自「短信息群发平台 功能强大 使用于各行各业 还可以和其他系统连接」· ASP 代码 · 共 15 行
ASP
15 行
<!--#include file="data.asp"-->
<!--#include file="const.asp"-->
<%
If IsObject(Conn) = false Then
On Error Resume Next
set conn = Server.CreateObject("ADODB.Connection")
conn.Open conndata
If Err.Number <> 0 Then
Response.write "系统日常维护中!"
Response.End()
end if
end if
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?