摘要: //文件上传 //file 属性 this.files 可读属性:name type size document.getElementById('myFile').onchange=function(){ console.log(this.files);// for(var i=0;i<this.f 阅读全文
posted @ 2019-06-12 15:36 Mr-往事随风 阅读(248) 评论(1) 推荐(0)