1、string转QString string ss="测试"; qstring qss=QString::fromLocal8Bit(ss.data()); 2、QString转string 承上QByteArray mm=qss.
確定! 回上一頁