【數據類型】整型

Integer轉換2、8、16進制轉換 二進制:Integer.toBinaryString(); 八進制:Integer.toOctalString(); 十六進制:Integer.toHexString();
相關文章
相關標籤/搜索