摘要: import requests from bs4 import BeautifulSoup movie_list = [] def get_movies(): headers = {'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWe 阅读全文
posted @ 2020-03-30 13:12 vcxvxcv 阅读(127) 评论(0) 推荐(0)
摘要: #!/usr/bin/python # coding: UTF-8 import requests from bs4 import BeautifulSoup link="http://www.santostang.com/" headers = {'User-Agent': 'Mozilla/5. 阅读全文
posted @ 2020-03-30 10:36 vcxvxcv 阅读(133) 评论(0) 推荐(0)