void lua_pushlstring(lua_State* L, const char* str, size_t len);. 当然,第一个函数在内部使用 strlen() ,因此第二个函数更快。
確定! 回上一頁