我想实现打开A页面的时候自动跳转到B页面,不知道该怎么做? 问题点数:20、回复次数:1Top
如果是ASP中,可以使用:response.redirect "....." 也可以使用:<meta http-equiv="refresh" content="10; url=......">Top