lua_tonumber 和lua_tonumberx的区别在于lua_tonumberx多一个int*参数,用于返回操作是否成功。 lua_tonumber返回double; lua_tointeger返回long long.
確定! 回上一頁