摘要: #include <QCoreApplication> #include <QProcess> #include <QDebug> bool QtPing(const QString ip) { #ifdef Q_OS_WIN // #Windows指令 "ping IP -n 1 -w 超时(ms 阅读全文
posted @ 2023-10-20 10:54 cicero 阅读(1279) 评论(0) 推荐(0) 编辑