• javascript基础系列之Map

    javascript基础系列之Map 常见操作 1 2 3 4 5 6 const map1 = new Map (); map1. set ( 'a' , 1 ); map1. set ( &#x...