$match = array(); $pregRule = "/<img[^>]*src\s*=\s*[\"|\']?\s*([^>\"\'\s]*)(\">|\"\/>)/i";
preg_match_all($pregRule,$content,$match);
记录一下