php 正则提取style内容
正则提取style内容 [代码片段(2行)]
preg_match_all('/style="([^"]*+)"/is', $html, $matches_style); //该片段来自于http://outofmemory.cn
精彩图集
精彩文章
preg_match_all('/style="([^"]*+)"/is', $html, $matches_style); //该片段来自于http://outofmemory.cn
@CopyRight 2002-2008, 1SOHU.COM, Inc. All Rights Reserved QQ:1010969229