[-0, +0, v]
void luaL_checkany (lua_State *L, int arg);
检查函数在 arg 位置是否有任何类型(包括 nil)的参数。
arg
本文档使用 BookStack 构建