websocket加以 Desktop Notification
Notification.requestPermission(function (perm) { if (perm == "granted") { var notification = new Notification("这是一个通知撒:", { dir: "auto", lang: "hi", tag: "testTag", icon: "https://static.cnblogs.com/images/adminlogo.gif", body: "通知content" }); } })


