我有一个 wc.html,我有 index.html 和代码:
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>My title</title>
</head>
<frameset rows="*">
<frame src="wc.html">
</frameset>
<noframes></noframes>
<body>
</body>
</html>
我希望当 wc.html 单独查看而不是在索引中时,它会重定向到索引页面。
我怎么做?提前致谢。