luaL_optinteger[-0, +0, v] lua_Integer luaL_optinteger (lua_State *L, int arg, lua_Integer d); 如果函数的第 arg 个参数是一个整数(或可以转换为一个整数),返回该整数。若该参数不存在或是 nil,返回 d。除此之外的情况,抛出错误。