简单教程
提交运行
代码编辑器:
<script> document.write(myFunction(55)); function myFunction(a) { var power = 10 return a * power } </script>
运行结果: