Py Goto网站使用输入

时间:2018-11-06 10:47:05

标签: python python-webbrowser

我将如何让Python使用输入将用户发送到网站?到目前为止,我已经使用webbrowser导入获得了以下代码:

import webbrowser
if cmd == "it.in":
    topen=input("<> Enter a web adress. Be sure to add the htpp:// or htpps:// at 
    the end."
    webbrowser.open(topen)

谢谢。

0 个答案:

没有答案