查找和替换img src

$("#imgId")[0].src;   //获取
$("#imgId").attr('src',path);  //修改

 

posted @ 2018-07-10 17:30  pengc  阅读(486)  评论(0编辑  收藏  举报