日期:2014-05-16 浏览次数:20335 次
var win=window.open('new.html','新窗口','width=400,height=400,toolbar=no'); alert(win.opener==window); //这个代码是写在哪个页面上?