html实现301跳转的示例:
在对应的html文件中添加一下代码:
<head>
<!-- 以下方式只是刷新不跳转到其他页面-->
<meta http-equiv="refresh"content="10">
<!-- 以下方式定时转到其他页面-->
<meta http-equiv="refresh"content="5;url=hello.html">
</head>
辰迅云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>
推荐阅读: 基本的html语法规则有哪些