bug_x

导航

 
 resp = requests.get(url)
 resp.encoding = 'utf-8'
        answer_list = []
        if resp:
            bs_data = BeautifulSoup(resp.text, 'lxml')

 

posted on 2018-10-24 10:10  bug_x  阅读(140)  评论(0编辑  收藏  举报