摘要: C 库函数 int puts(const char *str) 把一个字符串写入到标准输出 stdout,直到空字符,但不包括空字符。换行符会被追加到输出中 参考菜鸟:https://www.runoob.com/cprogramming/c-function-puts.html 阅读全文
posted @ 2021-07-12 22:47 朱小勇 阅读(518) 评论(0) 推荐(0)
摘要: 注意一定要用斜杠,用反斜杠和双反斜杠都打开失败 QPushButton* openPath = new QPushButton(ui->treeWidget_2); openPath->setToolTip(path); openPath->setText("打开路径"); QObject::con 阅读全文
posted @ 2021-07-12 15:47 朱小勇 阅读(1388) 评论(0) 推荐(0)