消息广播/订阅 vjsp.message

消息广播/订阅

IE9只支持iframe,IE10+等其他现代浏览器还支持弹出页

事件

订阅消息

(static).on(msg, callback, contextopt)

参数:

NameTypeAttributesDescription
msgString消息名
callbackfunction回调函数
contextAnyoptional上下文

广播消息

(static).emit(msg, …argsopt)

参数:

NameTypeAttributesDescription
msgString消息名
args Anyoptional <repeatable>消息数据