2023年1月6日

摘要: python访问excel链接,读取内容 res_url = ‘https://dispozitive.anm.ro/f1f2-display’ res = requests.get(res_url, timeout=60) selector = etree.HTML(res.text) xls_l 阅读全文
posted @ 2023-01-06 15:25 明媚的夏午 阅读(264) 评论(0) 推荐(0) 编辑
 
摘要: 1. 国内主流Python第三方库安装Url地址: 阿里云镜像:http://mirrors.aliyun.com/pypi/simple/ 豆瓣镜像:http://pypi.douban.com/simple/ 清华大学:https://pypi.tuna.tsinghua.edu.cn/simp 阅读全文
posted @ 2023-01-06 15:01 明媚的夏午 阅读(1432) 评论(0) 推荐(0) 编辑