$(function(){ $("img").each(function(){ var str; str=$(this).attr("src").replace("http://sem.sspu.edu.cn","").replace("http://imce.sspu.edu.cn",""); $(this).attr("src",str); }) })