📜  如何让python打开链接 - Python代码示例

📅  最后修改于: 2022-03-11 14:45:19.458000             🧑  作者: Mango

代码示例1
import urllib

fun open():
    return urllib.urlopen('http://example.com')