The most important Map function is map.get(key) which looks up the value for a key and returns it. If the key is not present in the map, get() returns null.
確定! 回上一頁