PHP正则怎么取出这段内容的图片地址
内容如下<imgsrc="http://127.0.0.1/attachment/Mon_1508/2_1_f5dc035db472832.jpg?67"border="...
内容如下
<img src="http://127.0.0.1/attachment/Mon_1508/2_1_f5dc035db472832.jpg?67" border="0" onclick="if(this.parentNode.tagName!='A'&&this.width>=700) window.open('http://127.0.0.1attachment/Mon_1508/2_1_f5dc035db472832.jpg?67');" style="max-width:700px;max-height:700px;" onload="if(is_ie6&&this.offsetWidth>700)this.width=700;" data-bd-imgshare-binded="1">
要取出地址http://127.0.0.1/attachment/Mon_1508/2_1_f5dc035db472832.jpg?67
求高手给个代码。谢谢 展开
<img src="http://127.0.0.1/attachment/Mon_1508/2_1_f5dc035db472832.jpg?67" border="0" onclick="if(this.parentNode.tagName!='A'&&this.width>=700) window.open('http://127.0.0.1attachment/Mon_1508/2_1_f5dc035db472832.jpg?67');" style="max-width:700px;max-height:700px;" onload="if(is_ie6&&this.offsetWidth>700)this.width=700;" data-bd-imgshare-binded="1">
要取出地址http://127.0.0.1/attachment/Mon_1508/2_1_f5dc035db472832.jpg?67
求高手给个代码。谢谢 展开
展开全部
百度一下:php正则提取html img src地址
追问
有空格,取出正常,但是有时候会出现错误。所以才来问
preg_match('/src="(.+?)" border/i', $read[content], $bdpic);
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询