const _elementKey = () => {
// 补全代码
let p=document.getElementsByTagName('p')
let map=new Map()
return map.set(p[0],p[0].innerText)
}