QString dome0; char dome1[20]; QByteArray dome2 = dome0.toLocal8Bit(); strcpy(dome1, dome2.data());. 2、QString转化为string类型,然后 ...
確定! 回上一頁