preg_match_all匹配数据
07 July 2016
preg_match_all("/<dd><a href=\"([\s\S]*?)<\/a><\/dd>/", $html, $matches);
preg_match_all("/<p>作 者:([\s\S]*?)<\/p>/", $html, $matches1);
preg_match_all("/<p>最后更新:([\s\S]*?)<\/p>/", $html, $matches2);