呼叫任意函式f, 而所有的引數都在陣列a 中-- unpack 將回傳a 中的所有值,這些值作為f 的實參f(unpack(a)) f = string.find a = {"hello", ...
確定! 回上一頁