必须得指明要抓取网页的地址
$str=file_get_contents("http://write.blog.youkuaiyun.com/postedit");
flie_put_contents("test.txt",$str);
//将抓取的内容写入text.txt文件中
必须得指明要抓取网页的地址
$str=file_get_contents("http://write.blog.youkuaiyun.com/postedit");
flie_put_contents("test.txt",$str);
//将抓取的内容写入text.txt文件中