Example 1: javascript convert number to binary function dec2bin(dec){ return (dec >>> 0).toString(2); } dec2bin(1) ... node js number to binary code example ...
確定! 回上一頁