www.gusucode.com > 站长俱乐部新闻发布系统精简版 1.01源码程序 > item.asp

    <%
Class acItem

	Public title, content, itemType
	
	Public Property GET myTitle
		myTitle = title
	End Property
	
	Public Property GET myContent
		myContent = content
	End Property	

	Public Property GET myType
		myType = itemType
	End Property

END class
%>