我尝试使用html5通知,现在我可以通过strggle将html元素加载到通知正文中
以下代码我已尝试
let string = document.getElementById('map')
let myNotification = new Notification('Incomming calls', {
body: string.innerHTML
}).addEventListener('click',function(){
console.log('Notification clicked' + message)
})
提前致谢