摘要:
1打开编辑器 2撸几行代码 1 import urllib.request 2 3 import urllib.error 4 5 def main(): 6 7 askURl("http://movie.douban.com/top250?start") 8 9 #URL的网页内容 10 def 阅读全文
posted @ 2020-06-14 14:26
僧一行
阅读(78)
评论(0)
推荐(0)
|
摘要:
1打开编辑器 2撸几行代码 1 import urllib.request 2 3 import urllib.error 4 5 def main(): 6 7 askURl("http://movie.douban.com/top250?start") 8 9 #URL的网页内容 10 def 阅读全文
posted @ 2020-06-14 14:26
僧一行
阅读(78)
评论(0)
推荐(0)
|