| // +------------------------------------------------+ namespace app\system\controller; class Test extends _Init { public function index($title = '', $type = '') { $html = file_get_contents("https://mp.weixin.qq.com/s/IiWlqrRf1eSDuAmhI0fFQw"); // $html = http("https://mp.weixin.qq.com/s/IiWlqrRf1eSDuAmhI0fFQw", 'GET', '', '', $userAgent); //获取文章标题 preg_match_all("/id=\"activity-name\">(.*)<\/h2>/is", $html, $title); //获取文章内容部分 preg_match_all("/id=\"js_content\">(.*)