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