2023年4月6日
摘要: #pip install requests-html ''' 目标网站: https://pic.netbian.com ''' from requests_html import HTMLSession import re,os import requests from tqdm import t 阅读全文
posted @ 2023-04-06 17:51 boye169 阅读(49) 评论(0) 推荐(0)
摘要: awk '{if ($1==1) print "A"; else if ($1==2) print "B"; else print "C"}' awk中也支持++或者+=运算符 grep '接口耗时:' test.log|cut -d "m" -f 1 |cut -d ":" -f 2|awk 'B 阅读全文
posted @ 2023-04-06 15:09 boye169 阅读(193) 评论(0) 推荐(0)