试试这个:
window.addEventListener("message", function(e) {if(e.data == 'jrc') console.log('loaded')}, false);在IE 8+和所有其他浏览器中都可以使用:http :
//caniuse.com/#feat=x-doc-messaging
如果在IE 8中无法正常工作(目前无法在Mac上进行测试),请告诉我。我相信在过去的一个小时中,我对rs.js有了一定的了解。;)

试试这个:
window.addEventListener("message", function(e) {if(e.data == 'jrc') console.log('loaded')}, false);在IE 8+和所有其他浏览器中都可以使用:http :
//caniuse.com/#feat=x-doc-messaging
如果在IE 8中无法正常工作(目前无法在Mac上进行测试),请告诉我。我相信在过去的一个小时中,我对rs.js有了一定的了解。;)