让下面的代码: lua_pushinteger( m_pLuaState, 123 ); const char * sAsString = lua_tostring( m_pLuaState, -1 ); 返回指向包含奇怪数值的字符串的非NULL 指针,例如 ...
確定! 回上一頁