作者:拍友2502908871 | 来源:互联网 | 2023-10-10 07:36
如果我在页面中要这样调用
1 2 3 4 5
| $('#test').html5Upload(function() {
……
accept: ['png', 'jpg', 'gif', 'word', '……']
……
}); |
其中上传的文件得到的格式有很多
1 2 3
| image/*
text/html, text/plan, text/……
application/pdf, application/msword, application/…… |
那我组件中的 js 过滤应该是怎么样来写呢?无思路,请教!