ASP中能写一个类ASP中能写类class? [解决办法]为了这2分就回答你吧,能[解决办法]class a public sub k() call s() end sub private function s() response.write "123 " end function end class dim c set c = new a call c.k()