摘要:
点击查看代码 import requests # url='https://www.kfc.com.cn/kfccda/storelist/index.aspx' url = 'https://www.kfc.com.cn/kfccda/ashx/GetStoreList.ashx?op=keywo 阅读全文
posted @ 2024-10-03 21:20
神仙不在
阅读(7)
评论(0)
推荐(0)
摘要:
点击查看代码 import requests # url='https://movie.douban.com/typerank?type_name=%E7%88%B1%E6%83%85&type=13&interval_id=100:90&action=' url = 'https://movie. 阅读全文
posted @ 2024-10-03 20:46
神仙不在
阅读(4)
评论(0)
推荐(0)
摘要:
点击查看代码 # https://sc.chinaz.com/jianli/xiaochengchu.html import requests from lxml import etree url = 'https://sc.chinaz.com/jianli/xiaochengchu.html' 阅读全文
posted @ 2024-10-03 16:36
神仙不在
阅读(5)
评论(0)
推荐(0)
摘要:
点击查看代码 import os dirname = 'meinv/666' if not os.path.exists(dirname): os.makedirs(dirname) 阅读全文
posted @ 2024-10-03 09:20
神仙不在
阅读(18)
评论(0)
推荐(0)