因为图片是相对路径,我们要把相对路径替换成绝对路径。
<?php $contents=file_get_contents($url); $contents=str_replace("/EditManager/File/News/","http://news.ef360.com/EditManager/File/News/",iconv("GBK", "UTF-8//IGNORE", $contents)); ?>