标签:jquery on() javascrip url pre AC document each img
$(document).ready(function(){
$(".neirong img").each(function(){
var img_url = $(this).attr("src");
$(this).attr(‘src‘,img_url+‘-500.600‘);
});
});
jquery获取div中所有img的src并各自加上某个字符
标签:jquery on() javascrip url pre AC document each img
原文地址:https://www.cnblogs.com/weilianguang/p/8901895.html