源自:7-4 Python发送HTTP请求
ImportError: cannot import name 'urlopen' from partially initialized module 'urllib.request' (most likely due to a circular import)
from urllib.request import urlopen
myURL = urlopen("https://www.runoob.com/")
print(myURL.read())
提问者:Hey_LJ
2021-10-12 11:23