摘要: 开发过程中我们经常会用到三目运算符,那下面的的两种情况你能说一下那种更合理吗用法A:...Map result = new HashMap()......Integer count = result.get(key);count == null ? result.put(key,1) : resul... 阅读全文
posted @ 2015-07-31 10:56 常飞 阅读(571) 评论(0) 推荐(0)