摘要:
本文以B站UP主“明王讲QT”的【QT开发专题-天气预报】中的章节内容作为学习Qt中构建、解析Json的参考方法。 1、Json文本 { "info": { "asian": true, "captical": "beijing", "founded": 1949 }, "name": "China 阅读全文
摘要:
void testReadWriteFile() { //当前程序所在文件夹 QString dirPath = QCoreApplication::applicationDirPath(); QString path = QDir::cleanPath(dirPath + QDir::separa 阅读全文