简单教程
提交运行
代码编辑器:
<p>函数可以存储在变量中:</p> <script> var x = function (a, b) {return a * b}; document.write(x); </script>
运行结果: