摘要: # -*- coding: UTF-8 -*- from urllib import request import chardet if __name__ == "__main__": response = request.urlopen("http://fanyi.baidu.com/") html = response.read() charset = charde... 阅读全文
posted @ 2018-05-22 14:06 似水年华梦 阅读(433) 评论(0) 推荐(0)