- 浏览: 8486 次
- 性别:
- 来自: 北京
最新评论
文章列表
一:js端使用方式
===================================================
第一步 :初始化cometd配置,
$.cometd.configure({
url: cometdURL,
logLevel: 'debug'
});
有两种方式:
===================================================
一:通过 URL string
cometd.configure('http://loca ...