var file = new File(["foo"], "foo.txt", {
type: "text/plain",
});
使用上面的代码创建file对象,在ie11里面报Function expected,chrome里面是没问题的
相关分类