A窗口通过<a href=... target="_blank">打开B窗口, B窗口的form提交后到达C窗口。 如何在C控制A窗口刷新一下。 问题点数:20、回复次数:2Top
opener.reload();Top
opener.location.reload()Top