例子:
输出结果:
Array
(
[0] => Array
(
[title] => jbxue
[alt] => jbxue
[onload] => ResizeImage(this,860)
[src] => http://www.jb200.com/uploadfile/2011/0910/20110910102454887.jpg
)
[1] => Array
(
[title] => jbxue
[alt] => jbxue
[onload] => ResizeImage(this,860)
[src] => http://www.jb200.com/uploadfile/2011/0910/20110910102455105.jpg
)
[2] => Array
(
[title] => jbxue
[alt] => jbxue
[onload] => ResizeImage(this,860)
[src] => http://www.jb200.com/uploadfile/2011/0910/20110910102459367.jpg
)
)
例2,正则完美匹配img标签的各属性:
输出结果:
Array
(
[0] => Array
(
[src] => http://www.jb200.com/uploadfile/2011/0910/20110910100916470.jpg
[class] => image x1
[alt] => jbxue
[shuxing] => shux
)
[1] => Array
(
[src] => http://www.jb200.com/uploadfile/2011/0910/20110910100916803.jpg
[class] => image x2
[alt] => jbxue
[title] => abc
[shuxing] => shux
)
)