标签: javascript internet-explorer cross-browser
var myList = data.filter((v, i, a) => a.indexOf(v) === i);
此表达式“=>”在IE中没有工作。任何人都可以告诉这个表达的替代方案