一个js函数代码 其他 2021-03-26 18:04 0 阅读 var x = function (a, b) { return a * b }; var z = x(4, 3); console.log(z) ///这行是我加的 打印出12 猜你喜欢