摘要:
HashMap<String, String> map = new HashMap<String, String>(); map.put("1", "2"); System.out.println(map.get("1")); 常用函数: containsKey(key) put(key, valu 阅读全文
posted @ 2016-01-23 03:51
飞飞喵
阅读(230)
评论(0)
推荐(0)
摘要:
java.lang.Math APIhttps://docs.oracle.com/javase/7/docs/api/java/lang/Math.htmle.g. Math.max(a, b) 常用的有abs(a)ceil(a) floor(a) round(a) // 取整exp(a) // ... 阅读全文
posted @ 2016-01-23 02:47
飞飞喵
阅读(173)
评论(0)
推荐(0)

浙公网安备 33010602011771号