摘要: 原作者地址https://blog.oioweb.cn/21.html <?php/** * @author 教书先生 * @link https://blog.oioweb.cn * @date 2021年6月13日10:29:04 * @msg PHPCurl封装的方法 */function t 阅读全文
posted @ 2021-08-03 10:38 移动工程师 阅读(161) 评论(0) 推荐(0)
摘要: 本地txt文件直接在线读写替换 $f='./qq.txt'; file_put_contents($f,str_replace($xx,$xxx,file_get_contents($f))); (原文字,替换的文字,在哪个文本里面替换) 2.常用的几个操作 ①用这个模拟爬虫访问 $txt=file 阅读全文
posted @ 2021-08-03 10:24 移动工程师 阅读(44) 评论(0) 推荐(0)