PHP正则方式提取图片src属性$ss = 'PHP正则提取SRC属性';preg_match('//i',$ss,$match); echo $match[1];
img 的 src应该是http地址才行,你的目录需要有图片目录需要有访问权限。