简单教程
提交运行
代码编辑器:
<script> for (var i = 0; i < 10; i++) { // some code } document.write(i); </script>
运行结果: