⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 comment.asp

📁 江西旅行网整站源码下载 希望对大家有用 经过测试 安全可用
💻 ASP
字号:
<%@language=vbscript codepage=936 %>
<%
Option Explicit
Response.Buffer = True
%>
<!--#include file="../conn.asp"-->
<!--#include file="Channel_Config.asp"-->
<%
Call CloseConn
Call Main

Sub Main()
    On Error Resume Next
    Dim PE_Comment
    Set PE_Comment = Server.CreateObject("PE_Common6.Comment")
    If Err Then
        Err.Clear
        Response.Write "对不起,你的服务器没有安装动易组件(PE_Common6.dll),所以不能使用动易系统。请和你的空间商联系以安装动易组件。"
        Exit Sub
    End If
    PE_Comment.iConnStr = ConnStr
    PE_Comment.iSystemDatabaseType = SystemDatabaseType
    PE_Comment.CurrentChannelID = ChannelID
    Call PE_Comment.Execute
    Set PE_Comment = Nothing
    If Err Then
        Response.Write "错 误 号:" & Err.Number & "<BR>"
        Response.Write "错误描述:" & Err.Description & "<BR>"
        Response.Write "错误来源:" & Err.Source & "<BR>"
        Err.Clear
    End If
End Sub
%>

⌨️ 快捷键说明

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