Map examples. //instantiating a map var myMap = new Map(); //set things in Map myMap.set(somethingAsKey, somethingElseAsValue); //get the value ...
確定! 回上一頁