主页 > 知识库 > 文章内页类

文章内页类

热门标签:外呼系统API接口 修改地图标注 凤台百度地图标注店 武夷山旅游地图标注 金昌电话机器人价格 县域地图标注打印店 莱西电子地图标注 个人可以办理400电话么 怎么在地图标注自己
复制代码 代码如下:

%
class MyArticle
    dim wenzhang_id
    dim title1,content1
    Private Sub Class_Initialize()
        'response.Write "类的初始化 事件:Class_Initializebr>"
    end sub

    Private Sub Class_Terminate() 
        'response.Write "释放对象 事件:Class_Terminatebr>" 
    end sub

    Public Property Let id(byval v) 
        wenzhang_id = v 
    End Property 

    Public Sub conn_sub() 
        Set conn = Server.createObject("ADODB.Connection")
          cnnstr="DRIVER={Microsoft Access Driver (*.mdb)}; "
          cnnstr=cnnstr  "DBQ="  Server.MapPath("admin/WataVase/%29to-dream.mdb")
          conn.Open cnnstr

        sql = "Select * From Article where Deleted = 0 and ArticleID = "wenzhang_id
          set rs=Server.CreateObject("adodb.recordset") 
          rs.open sql, conn, 1, 1

        title1 = rs("Title")
        content1 = rs("Content")

        rs.close
        set rs = nothing

        conn.close
        set conn = nothing

    end sub 

    Public Property Get title() 
        title = title1
    End Property

    Public Property Get content() 
        content = content1
    End Property

end class

'MyArticle 类 使用说明
'dim wenzhang
'set wenzhang = new MyArticle
'wenzhang.id = 3
'call wenzhang.conn_sub()
'response.write wenzhang.title
'response.write wenzhang.content
'set wenzhang = nothing
%>

标签:清远 凉山 上海 楚雄 邢台 通辽 赤峰 南京

巨人网络通讯声明:本文标题《文章内页类》,本文关键词  文章,内页,类,文章,内页,;如发现本文内容存在版权问题,烦请提供相关信息告之我们,我们将及时沟通与处理。本站内容系统采集于网络,涉及言论、版权与本站无关。
  • 相关文章
  • 下面列出与本文章《文章内页类》相关的同类信息!
  • 本页收集关于文章内页类的相关信息资讯供网民参考!
  • 推荐文章