UID:53596
UID:64235
UID:311
引用第2楼zzh于2008-11-11 11:00发表的 :C:\Progra~1\Intern~1\iexplorer.exe
引用第4楼zzh于2008-11-11 13:00发表的 :C:\Progra~1\Intern~1\iexplorer.exe
UID:68499
引用第7楼vrcats于2008-11-11 15:06发表的 :用"c:program files"不行么
UID:45873
UID:41713
引用第9楼sbtree于2008-11-11 18:25发表的 :这样调用,可以的。带参数和工作路径,参数可以设置为空QProcess::startDetached(QString("C:\Program Files\Internet Explorer\iexplore.exe"),QStringList("http://www.qtcn.org/bbs/read.php?tid=13806"),QString("C:\Program Files\Internet Explorer"));
引用第10楼mumutouv于2008-11-12 08:36发表的 :通过使用QString str;str.replace(QString(" "), QString("%20"));就可以了