1、std::string转QString. std::string str = "hello wrold!"; QString qstr = QString::fromStdString(str); 复制. 2、QString转std::string.
確定! 回上一頁