摘要: js添加input标签 var input = document.createElement("input"); input.type="file"; input.id="file"+k; input.width=500; input.height=500; document.getElementB 阅读全文
posted @ 2021-11-02 22:33 我的未来姓栗山 阅读(44) 评论(0) 推荐(0)