查找和替换img src

$("#imgId")[0].src;   //获取
$("#imgId").attr('src',path);  //修改
相关文章
相关标签/搜索