search

Home  >  Q&A  >  body text

程序员 - PHP正则替换文件,有详细代码

$str  ="<p class='asasas'><a href='www.baidu.com'/>点击</a><p>asssa</p><img src='attachment/201404/15/1_139755736546p8.jpg'></p>";
$mtstr = preg_replace('/src=/','src=http://test.disuzs.logo.com/',$str);
print_r($mtstr);  //结果http://test.uchome.disuzs.lodo.com/'attachment/201404/15/1_139755736546p8.jpg'  

//这里img标签多了一对'' 如何破??

阿神阿神2901 days ago326

reply all(0)I'll reply

No reply
  • Cancelreply