4.js Map和java 的map不一样,内部是按顺序存储{代码. ... let m = new Map(); m.set('c', 'content') m.get('c')//content m.size//1 m.has('c') ...
確定! 回上一頁