luaL_checkinteger[-0, +0, v] lua_Integer luaL_checkinteger (lua_State *L, int arg); 检查函数的第 arg 个参数是否是一个整数(或是可以被转换为一个整数)并以 lua_Integer 类型返回这个整数值。