$imgpath = ' ';preg_replace('/(?<=img src)(\W+)uploads?\/\d+/i', "$1.images", $imgpath);
直接在数据库里把路径改掉,然后找到上传文件的设置,改掉。一次性解决。省的在页面上还要浪费资源。数据库可以这样update tablename set `fieldname`=replace(`fieldname`,'uploads','images')