摘要: 页面: <input type="file" value="文件" id="btn"> JS: window.onload = () => { let btn = document.querySelector("input#btn"); btn.addEventListener("change", 阅读全文
posted @ 2021-10-12 16:28 隐语者 阅读(86) 评论(0) 推荐(0) 编辑