* @return the absolute value of the argument. */. public static int abs(int a) {. return (a < 0) ? -a : a;. } 二、 ...
確定! 回上一頁