07 2020 档案

摘要:入门首选,Requests 库的基本使用 1.安装 pip3 install requests 2.请求 data = { 'name': 'germey', 'age': 25 } GET 请求 r = requests.get('http://httpbin.org/get', params=d 阅读全文
posted @ 2020-07-21 00:30 到我碗里来吧 阅读(245) 评论(0) 推荐(0) 编辑
摘要:1、文件管理 1.cat [-AbeEnstTuv] [--help] [--version] fileName -n 或 --number:由 1 开始对所有输出的行数编号。 -b 或 --number-nonblank:和 -n 相似,只不过对于空白行不编号。 .ps1:把 textfile1 阅读全文
posted @ 2020-07-16 00:08 到我碗里来吧 阅读(336) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示