1、 使用document.domain设置相同主域(同主域不同子域);

2、 使用window.name添加空网页;

3、 使用postmessage监听;

05-16 09:50