jquery怎么将对象数组转换成map集合在javascript中,对象本身就是一种Map结构。var map = {};map['key1'] = 1;map['key2@'] = 2;console.log(map['k...