简单教程
提交运行
代码编辑器:
<p>整数最多为 15 位</p> <script> var x = 999999999999999; var y = 9999999999999999; document.write( x + "<br>" + y); </script>
运行结果: