简单教程
提交运行
代码编辑器:
<p>本例调用的函数会执行一个计算,然后返回结果</p> <script> function myFunction(a,b){ return a*b; } document.write(myFunction(4,3)); </script>
运行结果: