file_get_contents()将整个网页的内容读取过来 作者: 坎肩儿 分类: php代码 发布时间: 2012-04-19 17:07 PHP里面的file_get_contents函数,可以将整个网页的内容读取过来,保存到一个变量里面,用的时候方便调用。 格式:$str = file_get_contents(网址);