简单教程
提交运行
代码编辑器:
<script> var y = 0377; var z = 0xFF; document.write(y + "<br>"); document.write(z + "<br>"); </script>
运行结果: