摘要:
cost = Math.round(101.783F); cost = 102 java.lang.Math Math The class Math contains methods for performing basic numeric operations such as the elemen 阅读全文
摘要:
#Array类 ##java.util.Array ##常用的方法 ####fill(type[] a, type val) : 给数组填充,就是简单地把一个数组全部或者某 ####段数据填成一个特殊的值。 ####equals(type[] a, type[] b) : 实现两个数组的比较,相等时 阅读全文