var add2 = function (x, y) { return x + y; }; myOutput(add2(4, 3));. 在例一中,這種函式的宣告方式是一般語言中常見的方式,其中add1 就是它的函式 ...
確定! 回上一頁