html = file_get_contents( $url ); } /** * @Purpose: 获取文章内容 * * @Author: zzf * * @Return: mixed 查询返回值(结果集对象) */ public function getArticle () { $file = $this->html; $file = str_replace( "data-src", "src", $file ); $file = str_replace( "data-croporisrc", "src", $file ); $file = str_replace( "preview.html", "player.html", $file ); $file = str_replace( "display: inline-block;", "display: block;", $file ); $html = ''; $title = $this->get_between( $file, '

', "

" ); if(strpos($file,'