Python论坛  - 讨论区

标题:[python-chinese] 如何在PYTHON中调用IE打开一个URL

2006年03月27日 星期一 22:32

Alan Huang hygool at gmail.com
Mon Mar 27 22:32:06 HKT 2006

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

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年03月27日 星期一 23:15

马踏飞燕 honeyday.mj at gmail.com
Mon Mar 27 23:15:56 HKT 2006

在 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')
打开就行了。

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年03月28日 星期二 11:13

shhgs shhgs.efhilt at gmail.com
Tue Mar 28 11:13:23 HKT 2006

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
>
>

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号