摘要: 工作繁忙,废话少说!直接上代码! 使用: // 返回前的处理代码 $res = '查询中...请稍后'; $code=1; if(file_exists('test.json')){ $res=file_get_contents('test.json'); unlink('test.json'); 阅读全文
posted @ 2022-05-24 17:23 芒果鱼 阅读(490) 评论(1) 推荐(0)