JAVA 10進位轉成2進位和16進位- Yahoo!奇摩知識+

JAVA 10進位轉成2進位和16進位- Yahoo!奇摩知識+

瀏覽:565
日期:2025-04-29
public class ddd{ public static void main (String args[]) { System.out.println(Integer .toBinaryString(18)); //18的2進位. System.out.println(Integer....看更多