var myWindow = window.open('...') myWindow.document.getElementById('foo').style.backgroundColor = 'red'
请记住,只有在父窗口和子窗口具有相同的域时,这才有效.否则跨站点脚本安全限制将阻止您.