题解 | JS28 Map保存节点
const _elementKey = () => {
// 补全代码
const map = new Map();
const p = document.getElementsByTagName('p')[0];
map.set(p,p.innerText);
return map;
}
const _elementKey = () => {
// 补全代码
const map = new Map();
const p = document.getElementsByTagName('p')[0];
map.set(p,p.innerText);
return map;
}
相关推荐