java.lang.StrictMath.max(long a, long b) 方法返回兩個long值中的最大值。即,其結果是更接近Long.MAX_VALUE的值。如果該參數的值相同,其結果與參數的值相同。
確定! 回上一頁