摘要:
var goEasy = new GoEasy({appkey: 'appkey'}); goEasy. subscribe({ channel: 'channel1', onMessage: function(message){ alert('Meessage received:'+message 阅读全文
摘要:
goEasy. subscribe({ channel: 'csdnNotification', onMessage: function(message){ alert('Meessage received:'+message.content);//接收到推送的消息 } }); 阅读全文
摘要:
goEasy. subscribe({ channel: 'csdnNotification', onMessage: function(message){ alert('Meessage received:'+message.content);//接收到推送的消息 } }); 也可以看看GoEas 阅读全文