摘要: public static void main(String[] args) { List a = null; for(Object i : a)//会有空指针异常 { } } 阅读全文
posted @ 2013-09-13 09:32 刘振明 阅读(1373) 评论(0) 推荐(0)