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())
from?urllib.request?import?urlopen myURL?=?urlopen("https://www.runoob.com/") print(myURL.read())
2021-10-12
舉報
2021-10-12
。。。。無語 換成32位的python解釋器版本就好了
2021-10-12
3.9.7版本