<?php/* * fopen("位置URL", "mode"); * */ //打开$fp = fopen("tmp.txt", "r+"); //关闭fclose($fp); 转载于:https://www.cnblogs.com/webforward/p/5330476.html