my_god
my_god
..............
关注数: 0
粉丝数: 3
发帖数: 19
关注贴吧数: 0
一个对ERROR的处理................................... function Err(e){ Response.Write(e.description);}function E(){ try{ x = y; }catch(e) { Response.Write("一个错误"); Err(e); }}
1
下一页