requestPermission 三种状态
- default 询问
- grented 允许
- denied 禁止
new Notification(title,options)
options = {
lang:
body:
tag:
icon:
}
事件
onshow()
onclick()
onclose()
onerror()
options = {
lang:
body:
tag:
icon:
}
onshow()
onclick()
onclose()
onerror()