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