ASP中的异常处理怎么写,类似于C的try{...} catch{...}?

ASP中的异常处理怎么写,类似于C的try{...} catch{...}?
---------------------------------------------------------------

on error resume next

....

if err.number<>0 then
....

end if

Published At
Categories with Web编程
comments powered by Disqus