Asp类 的数据库领域(3)


    End Property 
    '属性读  标题ID
    Public Property Get id() 
        id = id_p 
    End Property

end class 

 


%>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>Asp 数据库 类 彭彭制作 QQ:76526211</title>
</head>

<body>

<%
dim news
set news = new NewsClass
call news.getrs("网站收藏",1,1,1,1)
response.write news.id & " " & news.title
set news = nothing
%>
</body>
</html>