标签: php
如何使用正则表达式从字符串中获取SRC值: src =" value" ?
我试过了:
preg_match(src="(.+?)", $subject, $matches);