【发布时间】:2011-10-31 15:16:08
【问题描述】:
我想在 iframe 与其父级之间进行跨域消息传递。新的 javascript postMessage api 看起来很完美,这个 jquery plugin 通过使用 location.hash 为旧浏览器提供了一个后备。现在我要传递的消息相当大(大约 500 个字符)。在不支持 postMessage api 的旧版浏览器中使用较大的 location.hash 值是否会有任何问题/问题?
【问题讨论】:
标签: javascript url