char 轉換為QString 其實方法有很多中,我用的是: char a='b'; ... 這裡再對這倆中型別的輸出總結一下: qDebug()<<"print"; qDebug()<<tr("print"); ...
確定! 回上一頁