宝宝宝
宝宝宝
从关闭的`issues`了解到作者生病了, 不知道有没有人知道作者身体如何。 是否已痊愈。 祝好!
What problem does the do while loop in isView function deal with?
```html 多文件上传 之 xhr formdata 选择文件(可多选): 上 传 ``` ```js var fileList = document.getElementById('f1').files; console.log(document.getElementById('title')) if(!fileList.length){ alert('请选择文件'); return; } var fd = new FormData(); //构造FormData对象 fd.append('title', document.getElementById('title').value); ``` ### 关于...