$(".zqlist").show(); }) $(".zqclose span").click(function(){ $(".zqlist").hide(); }) //批量更换地址 $("img").each(function(){ var hrefs = $(this).attr("src"); if(hrefs.indexOf("www.soft.erobots.site")>0){ var src = hrefs.replace("http://www.soft.erobots.site","http://cs.ibenxi.com"); $(this).attr("src",src); console.log(src); console.log("包含了"); } }) })