数组去重(原生 JS)

输入示例:[1,2,2,3,3,3,"a","a",true,false,true,{"x":1},{"x":1}]
结果将显示在这里