java.lang.Math.min(int a, int b) 返回兩個int值較小值。即,其結果是該值越接近負無窮大。如果該參數具有相同的值,其結果是相同的值。如果任一值為NaN, ...
確定! 回上一頁