In java simples way to convert int to binary String with leading zeros is to use Integer.toBinaryString(number) and String.format() method.
確定! 回上一頁