Qstring 转Char *的方法1.非中文字符串QString str;char* ch;QByteArray ba = str.toLatin1(); //ch=ba.data();2.
確定! 回上一頁