QString str="laber"; QByteArray byteArray = str.toLocal8Bit(); char * str1 = byteArray.data();
確定! 回上一頁