window.postMessage(message,targetOrigin) 方法是html5 新引进的特性,可以使用它来向其它的window 对象发送消息,无论这个window 对象是属于同源或不同源, ...
確定! 回上一頁