python爬虫学习:网页采集器、豆瓣电影爬取、百度翻译
摘要:
一、百度翻译 import requests import json if __name__ == '__main__': word = input('enter a word:') url = 'https://fanyi.baidu.com/sug' headers = { 'User-Agen 阅读全文
posted @ 2020-11-09 23:54 沫戏回首 阅读(229) 评论(0) 推荐(0) 编辑