1 回答
慕虎7371278
TA贡献1802条经验 获得超4个赞
你没表示清楚 下面的按钮是在某个iframe里吗?
1、你的click错了
2、可以给iframe个id方便区分
topobj.onclick = function(){
//获取到id为iframe的frame的上下文
document.getElementById("iframe").contentWindow.document.body.style.background = ""
}
添加回答
举报
0/150
提交
取消