QT讀取txt文件

直奔主題,直接上代碼app 1.ui QString displayString; QFile file("/home/alvin/text.txt"); if(!file.open(QIODevice::ReadOnly | QIODevice::Text)) {     qDebug()<<"Can't open the file!"<<endl; } while(!file.atEnd()
相關文章
相關標籤/搜索