//试试这样 $fp = fopen ("http://192.168.0.27/index.html", "r"); $contents = ""; while(!feof($fp)) { $contents .= fread($fp, 8192); } fclose($fp);
21,893
社区成员
140,347
社区内容
加载中
试试用AI创作助手写篇文章吧