html-301跳转网页代码-查看源码代码 第5张插图

1.301跳转代码 (<title>前

```<meta http-equiv="refresh" content="0; url=https://www.zxki.cn">```

2.js跳转代码  (<head>内

```<script language='javascript'>document.location = 'https://www.zxki.cn'</script>```

3.查看网页源码代码 (浏览器网页地址前添加代码访问)

```view-source:https://www.zxki.cn```