虽然io库是基本的库 但有些程序或游戏为了限制lua的功能 防止读写文件,会把io库给删除掉 或者有可能是 根本没加载基本库
functionmethodB(...)localarg= { ... }--Lua 5.2以后不再支持默认arg参数,{}与...之间要有空格print(arg[1],arg[2],arg[3])-- 注意arg[]中间不能包含nil,需要特殊处理print(select(1, ...))endfunctionmethodA(...)methodB(...)end 在一些比较老的lua文档手册上,lua5.2的可变参数用法还未更新...
in the nginx error.log i get a message "lua entry thread aborted: runtime error: /opt/apisix/apisix/init.lua:332: attempt to index local 'matched_ssl' (a nil value) stack traceback: coroutine 0: /opt/apisix/apisix/init.lua: in function 'verify_https_client' /opt/apisix/apisix/init...