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  阅读(147)  评论(0)    收藏  举报