local x = debug.getinfo(1, "n") for k, v in pairs(x) do print(k, v) end end function f() -- 此時函式"f"被呼叫但還未執行完成,是活動函式。
確定! 回上一頁