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