luaL_argerror[-0, +0, v] int luaL_argerror (lua_State *L, int arg, const char *extramsg); 抛出一个错误报告调用的 C 函数的第 arg 个参数的问题。它使用下列标准信息并包含了一段 extramsg 作为注解: bad argument #arg to 'funcname' (extramsg) 这个函数永远不会返回。