利用css将图片img的src地址批量修改替换掉

css修改img的src方法:

<style>
  img[src="/images/iw3.png"] {content: url('../img/iw3_.png');}
</style>

 

正在加载评论...