2006年03月27日 星期一 22:32
Hi, all 如题。 如果可以实现,更进一步,如何指定用某种浏览器打开这个URL,比如firefox / tencent TT; 谢谢赐教! -- Yours Sincerely, Alan Huang -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060327/0e547b53/attachment.html
2006年03月27日 星期一 23:15
在 06-3-27,Alan Huang<hygool at gmail.com> 写道: > > Hi, all > > 如题。 > 如果可以实现,更进一步,如何指定用某种浏览器打开这个URL,比如firefox / tencent TT; > > 谢谢赐教! > 调用系统缺省浏览器打开URL地址,如 webbrowser.open('http://www.google.com') 一般的浏览器程序都支持命令行参数的。 例如IE: C:\Program Files\Internet Explorer>iexplore http://www.google.com 就能打开ie,并且go到http://www.google.com 用 os.system('C:/Program Files/Internet Explorer/iexplore http://www.google.com') 打开就行了。
2006年03月28日 星期二 11:13
webbrowser应该可以 On 3/27/06, 马踏飞燕 <honeyday.mj at gmail.com> wrote: > 在 06-3-27,Alan Huang<hygool at gmail.com> 写道: > > > > Hi, all > > > > 如题。 > > 如果可以实现,更进一步,如何指定用某种浏览器打开这个URL,比如firefox / tencent TT; > > > > 谢谢赐教! > > > > 调用系统缺省浏览器打开URL地址,如 webbrowser.open('http://www.google.com') > > 一般的浏览器程序都支持命令行参数的。 > 例如IE: > C:\Program Files\Internet Explorer>iexplore http://www.google.com > 就能打开ie,并且go到http://www.google.com > > 用 > os.system('C:/Program Files/Internet Explorer/iexplore http://www.google.com') > 打开就行了。 > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > >
Zeuux © 2025
京ICP备05028076号