php $file = fopen('\\\\UserPC\SharedDocs\a.txt', 'ab'); if($file){ fwrite($file,date("Y-m-d H:i:s")); fclose($file); } ?> 這段程式碼在我自己的 ...
確定! 回上一頁