只需要三行就可以了

具体代码如下

<script>
document.write(new Number(8).toString(2));//toSting方法可以转换任何进制
</script>

  

从此可以跟计算器说再见

休息一下,跑步去