lua笔记

package.loadlib( fullpath , libname)

pcall()  —捕获任何错误

xpcall() — 增强的pcall,多了trace处理,debug.debug()  debug.traceback()

4. coroutine

create resume  status

原文地址:https://www.cnblogs.com/anjsoft/p/3525722.html