要加 /c 参数

QProcess p;
p.start("cmd", QStringList()<<"/c"<<"ping www.bing.com");

 

相关文章: