... (lua_State* L); static int lnum_add(lua_State* L) { double a = lua_tonumber(L, 1); //利用lua_tonumber获取参数 double b = lua_tonumber(L, ...
確定! 回上一頁