JAVA日报

js添加input标签

var input = document.createElement("input");
input.type="file";
input.id="file"+k;
input.width=500;
input.height=500;
document.getElementById("filecontent").appendChild(input) ;

posted @ 2021-11-02 22:33  我的未来姓栗山  阅读(30)  评论(0编辑  收藏  举报