1, coroutine.create (f), 使用函式 f 建立一個新的協同程式,並返回 thread 型別的物件。 2, coroutine.resume (co [, val1, ...]) 恢復協程 co 並傳遞引數(如果有的 ...
確定! 回上一頁