摘要: <input type="file" id="file_img" ref="clearFile" multiple="multiple" @change="getFile($event)" name="file" > getFile(e){ console.log(e.target.files)// 阅读全文