正则表达式和 PHP - 将 src 属性与 img 标记隔离开来法典输出
使用PHP,如何将src属性的内容与$foo隔离开来?我正在寻找的最终结果只会给我“http://example.com/img/image.jpg"
$foo = '<img class="foo bar test" title="test image" src="http://example.com/img/image.jpg" alt="test image" width="100" height="100" />';