Jquery获取和修改img的src值的方法 获取: 复制代码 代码如下: $( " imgId ")[0] src; 修改: 复制代码 代码如下: $( " imgId ") attr(src,path); JavaScript 2022-04-04 130 点赞 1 评论 196 浏览