//byte 與 int 的相互轉換; public static byte intToByte(int x) {; return (byte) x;; }; public static int byteToInt(byte b) {; //Java 總是把 ...
確定! 回上一頁