摘要:
import reimport urllibdef get_content(url): '''doc.''' html = urllib.urlopen(url) content = html.read() html.close() return contentdef get_image(info) 阅读全文
posted @ 2017-10-17 13:59
NightShake
阅读(128)
评论(1)
推荐(0)
2017年10月17日