简单教程
提交运行
代码编辑器:
<script> function add() { var counter = 0; return counter += 1; } function myFunction(){ document.write(add()); } myFunction(); </script>
运行结果: