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

    xiaoxiao2021-04-17  36

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

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

    document.getElementById("img1").src;

    转载请注明原文地址: https://ju.6miu.com/read-674168.html

    最新回复(0)