下面代码有什么不妥之处
摘要:
Begin 2018年1月16日21:25:33 1.if(username.equals("zxx")) { } 2.int x = 1; return x==1?true:false; 1.不妥之处是当username = null时,会抛出NullPointerException(空指针异常) 阅读全文
posted @ 2018-01-16 21:41 mingmingcome 阅读(311) 评论(0) 推荐(0)
浙公网安备 33010602011771号