正则提取style内容
preg_match_all(/style=([^]*+)/is, $html, $matches_style); br /
preg_match_all('/style="([^"]*+)"/is', $html, $matches_style);
preg_match_all('/style="([^"]*+)"/is', $html, $matches_style);
精彩图集
精彩文章