//var iN = new iNotify({
// effect: 'flash',
// interval: 500,
// message: "有消息拉!",
// audio: {
// file: '../Content/public/mp3/music2.mp3'
// },
// notification: {
// title: "通知!",
// body: '您来了一条新消息'
// }
//});
//iN.setFavicon(10).setTitle('有新消息啦!').notify({
// title: "新通知",
// body: "打雷啦,下雨啦..."
//}).player();