摘要: 解释:跨文档消息传输Cross Document Messaging。编写代码前注意判断浏览器是否支持Html5实例: b页面向a页面发送消息。 我是b页面 运行结果:其中hello world是b页面发送过来的。注意事项 :SyntaxotherWindow.postMessage(message, targetOrigin, [transfer]);otherWindow reference to another window; such a reference may be obtained, for example, using thec... 阅读全文
posted @ 2013-10-21 17:31 s_p 阅读(552) 评论(0) 推荐(0)