与js写法相同,举例仅知供参考function myFunction(a, b) { return a * b; } myFunction(10, 2); // 调用创建道的函数 myFunction(10, 2) 返回 20