摘要: var files = $(".profile-content").find("input[type='file']"); files.each(function () { alert($(this).attr("data-id")); }) 阅读全文
posted @ 2019-08-02 21:18 James·wang 阅读(358) 评论(0) 推荐(0)