Welcome to my bl|

Khru

园龄:2年11个月粉丝:22关注:1

10 2022 档案

爬虫-肯德基餐厅信息查询
摘要:1. 导包 import requests import json 2. 初步获取数据 url = "http://www.kfc.com.cn/kfccda/ashx/GetStoreList.ashx?" op = ["cname", "pid", "keyword"] cname = inpu
108
0
0
Python-requests 模块
摘要:requests 模块 Python中原生的基于网络请求的模块, 主要用来发送 HTTP 请求, 简单便捷, 效率极高. 工作流程: 指定url 发起请求 获取响应数据 持久化存储 requests 请求 requests 方法如下: | 方法 | 描述 | | : | : | | delete(u
46
0
0
Python-json库
摘要:json库 python 原始类型与 json 类型的转化对照表: | Python | JSON | | : | : | | dict | object | | list(, tuple) | array | | unicode(, str) | string | | int(, long) |
95
0
0
Python-处理Excel文件
摘要:处理Excel文件 常见的 Excel 包: OpenPyXL 是个读写 Excel 2010 xlsx/xlsm/xltx/xltm 的 Python 库, 简单易用, 功能广泛, 单元格格式/图片/表格/公式/筛选/批注/文件保护等等功能应有尽有, 图表功能是其一大亮点; xlwings 是一个
367
1
3
点击右上角即可分享
微信分享提示
深色
回顶
收起