Jquery获取和修改img的src值的方法

获取:

$("#imgId")[0].src;

修改

$("#imgId").attr('src',path); 

 

posted @ 2017-09-25 14:11  蚂蚁Zz  阅读(629)  评论(0编辑  收藏  举报