摘要: 1. 打开页面获取源代码 1.1 urllib模块 import urllib.request html =urllib.request.urlopen('https://movie.douban.com/subject/3168101/?from=showing').read() html = h 阅读全文
posted @ 2018-11-29 22:25 FalsePlus 阅读(25) 评论(0) 推荐(0)