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