import requests url = 'https://view.lottery.sina.com.cn/lotto/pc_zst/index?lottoType=ssq&actionType=chzs&type=50&dpc=1' response = requests.get(url=url) page_text = response.text print(page_text) with open('./XX.html', 'w', encoding='utf-8') as fp: fp.write(page_text) print(
import requests url = 'https://view.lottery.sina.com.cn/lotto/pc_zst/index?lottoType=ssq&actionType=chzs&type=50&dpc=1' response = requests.get(url=url) page_text = response.text print(page_text) with open('./XX.html', 'w', encoding='utf-8') as fp: fp.write(page_text) print(...
添加客服微信,免费为您安排与该工程师直接沟通
长按二维码添加客服微信
如该工程师当前档期不合,也可免费为您推荐相似候选人