摘要:1.try{}catch{}语句的注意事项在try{ }catch{ }语句中catch{ }中的语句不要用Response.Redirect();可以使用 Response.Write("");语句,或使用try(Exception e){ Response.Write(""}2.static private static int i=0;private int i=0'有static的,...
阅读全文
posted @ 2007-08-07 01:28
浙公网安备 33010602011771号