QT文件读取和写入
voidNavaMap::writemapdata(){QFilefile("./mapdata");if(!file.open(QIODevice::WriteOnly|QIODevice::Text)){QMessageBox::information(this,"","dfds");return;}if(file.exists()==false){QMessageBox::information(this,"","dfds");}QTextStreamout(&file);int
下载地址
用户评论
还行吧,对学习作用不大