<%

class printimg

private str_width

private str_height

private sub class_initialize()

response.write "类开始"

str_width = ""

str_height = ""

end class

private sub class_terminate()

response.write "类结束"

end sub

public property let width(byval w)

str_width = " width=""" & w & """"

end property

public property get width()

width = str_width

end property

%>

 posted on 2017-02-07 01:05  atlanticD  阅读(420)  评论(0编辑  收藏  举报