console.log($('#images').attr('src'));
console.log($('#images').attr('src','../img/1.png');你的图片地址都没有,肯定是underfined。
id名 没有错,虽然没有报错,但是就是获取不了src,网上找的答案时也是这样的情况
视频上的是console.log($('#imag').attr('src')); 不知道你的实际情况,最好把代码都贴出来