js map对象遍历

for(let key in mapData) console.log("属性:" + key + ",值:"+ mapData[key]); }
相关文章
相关标签/搜索