js里定时刷新父窗口内容怎么写?

如题所述

第1个回答  2019-04-18
在子窗口页面写
setInterval("parent.window.location.href='test.do'",
3000);
指每3秒刷新一下父页面
相似回答
大家正在搜