摘要: python爬虫入门教程之爬取360翻译, 使用requests模块和json模块,通过分析360翻译的网络请求,通过Python实现将其结果爬取。 ''' Python爬取360翻译 ''' import requests import json query = input('请输入你要翻译的内容 阅读全文
posted @ 2024-06-08 15:15 燕鹏 阅读(63) 评论(0) 推荐(0)