<html>
<head>
<script type="text/javascript">
location.replace("index.action");
</script>
</head>
<body></body>
</html>
假设这个页面是index.html,那么访问这个index.html就会跳转到index.action这个action里~~~
<html>
<head>
<script type="text/javascript">
location.replace("index.action");
</script>
</head>
<body></body>
</html>