$("#Content p img").each( function(){ var str; str = $(this).attr("src").replace("http://www.cnmc.com.cn/dyys/upload/", "/dyys/lib/tempalte/"); $(this).attr("src",str); } );