使用FormData时报错:TypeError: 'append' called on an object that does not implement interface FormData

解决办法:
在ajax中加入这两句话就行:

    processData: false,
    contentType: false

posted on 2019-07-24 16:17  锋齐叶落  阅读(1150)  评论(0编辑  收藏  举报