We can iterate over the properties of a Map directly using forEach or for ... of statement: const styles = new Map();. styles.set('color', 'blue');.
確定! 回上一頁