摘要: 下载selenium代码库pip install selenium -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn pymysql 下载粘贴框内容代码库pip install p 阅读全文
posted @ 2021-08-13 12:36 木城东 阅读(78) 评论(0) 推荐(0)
摘要: 生成txt代码笔记$filename = "文件名.txt";$encoded_filename = urlencode($filename);$encoded_filename = str_replace("+", "%20", $encoded_filename);//多浏览器兼容header( 阅读全文
posted @ 2021-02-22 17:14 木城东 阅读(119) 评论(0) 推荐(0)