QString qstr = QString::fromLocal8Bit(QByteArray::fromRawData(str.c_str(), str.size()));; std::string str = qstr.toLocal8Bit().constData();
確定! 回上一頁