1.for循环进行数组中对象去重和去null //原数组 let objArr = [{ specialName: '名称1' },{ specialName: '名称2' },{ specialName: '名称3' },{ specialName: '名称1' },{ specialName: