ASP類的寫(xiě)法
<%
class myclassname
private int_id '分類id
'類初始化
private sub class_initialize()
m_strerror = ""
end sub
'類釋放
private sub class_terminate()
m_strerror = ""
end sub
'-----讀寫(xiě)各個(gè)屬性---------------------------
public property get id
id = int_id
end property
public property let id(intid)
int_id = intid
end property
public function method()
end function
end class
%>
class myclassname
private int_id '分類id
'類初始化
private sub class_initialize()
m_strerror = ""
end sub
'類釋放
private sub class_terminate()
m_strerror = ""
end sub
'-----讀寫(xiě)各個(gè)屬性---------------------------
public property get id
id = int_id
end property
public property let id(intid)
int_id = intid
end property
public function method()
end function
end class
%>
相關(guān)文章
- ASP怎么談到應(yīng)用到類的?
- 檢測(cè)函數(shù) asp class
- 遭遇ASP類的事件設(shè)計(jì)
- ASP高亮類
- Object對(duì)象的一些的隱藏函數(shù)介紹
- 淺談ASP中的類
- 在VBScript中使用類
- ASP 類專題
- 代碼與頁(yè)面的分離
- ASP代碼的對(duì)象化
- 一個(gè)asp快速字符串連接類
- 一個(gè)簡(jiǎn)單的asp數(shù)據(jù)庫(kù)操作類
- ASP類編寫(xiě)詳細(xì)說(shuō)明
- 實(shí)現(xiàn)支持邏輯搜索/單詞搜索/詞組搜索+支持OR/AND關(guān)鍵字的VBS CLASS!
- ASP類Class入門 推薦
- 創(chuàng)建一個(gè)ASP通用分頁(yè)類
- 如何編寫(xiě)一個(gè)ASP類
- 一個(gè)ACCESS數(shù)據(jù)庫(kù)訪問(wèn)的類第1/3頁(yè)
- 分頁(yè)類,異常類
- ASP 類 Class入門