📜  二进制到 int javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:35.811000             🧑  作者: Mango

代码示例2
let binary = 0001
parseInt(binary, 2)
// returns 1