var test = [1,2,3]; Set(test);一直报错:Uncaught TypeError: Cannot read property 'apply' of undefined根据我的理解,apply不需要定义的,系统的方法,不明白为什么会一直报这个错误。谢谢。 查看完整描述