① 网页设计中,如何设置打开某网页自动转到一个新的地址
<metahttp-equiv="refresh"content="时间;URL=网址">里面的时间可以设置为0或者使用下面的JS:<scripttype=javascript>location.href='新地址';</script>