t type="text/javascript"> (function(){ var bp = document.createElement('script'); var curProtocol = window.location.protocol.split(':')[0]; if (curProtocol === 'https') { bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; } else { bp.src = 'http://push.zhanzhang.baidu.com/push.js'; } var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(bp, s); })(); $(document).ready(function(){ $(".lmms").click(function(){ $(".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("包含了"); } }) })