<table class="text">
<tr class="li1"><td class="ln"><pre class="de1">1
2
3
4
5
6
7
8
9
10 方法 public static function create_txt方法($content='') { file_put_contents('document.txt',$content.PHP_EOL,FILE_APPEND); } 调用 create_txt方法 self::create_txt('****这是上传的任务id('.$t_id.')****'); self::create_txt(json_encode($_FILES)); 原文链接:https://www.f2er.com/note/421709.html