输入banner图图片脚本导航/分类

正则提取style内容

preg_match_all('/style="([^"]*+)"/is', $html, $matches_style);
  1. preg_match_all('/style="([^"]*+)"/is', $html, $matches_style);