用JavaScript写一个Map如下:. var m = new Map([['Michael', 95], ['Bob', 75], ['Tracy', 85]]); m.get('Michael'); // 95. 初始化 Map 需要一个二 ...
確定! 回上一頁