class Myobj
  public sub Link()
    response.Write"cxcxcx"
  end sub
end class

 

dim obj
set obj=new Myobj
obj.Link()
set obj=nothing

相关文章: