vue原生文件上传,可以多文件上传
1.单文件上传 2.多文件上传 在input上加属性 multiple="multiple"即可实现多文件上传,也可以设置文件上传类型是在input上加属性 accept=".xls, .xl ...
1.单文件上传 2.多文件上传 在input上加属性 multiple="multiple"即可实现多文件上传,也可以设置文件上传类型是在input上加属性 accept=".xls, .xl ...