if (document.domain ===""yisu.com"") this.location = ""http://www.yisu.com"" + this.location. pathname + this.location.search; 」。"/> if (document.domain ===""yisu.com"") this.location = ""http://www.yisu.com"" + this.location. pathname + this.location.search; 」。">

首頁 >web前端 >Vue.js >如何透過js程式碼實現301跳轉

如何透過js程式碼實現301跳轉

小老鼠
小老鼠原創
2024-03-05 11:25:06840瀏覽

301跳轉法:"cb07111ca5ae5ef678bbf0d01d0237c0 if (document.domain ==""yisu.com"") this.location = ""http://www.yisu.com" " this.location.pathname this.location.search; 2cacc6d41bbb37262a98f745aa00fbf0」。

如何透過js程式碼實現301跳轉

透過js程式碼實現301跳轉的方法:

 在對應的網頁檔案中使用此JS程式碼可實現301跳轉,例如將不含www的域名跳到有www的域名,代碼如下:

<script language=javascript> 
if (document.domain ==""yisu.com"") 
this.location = ""http://www.yisu.com"" + this.location.pathname + this.location.search; 
</script>

以上是如何透過js程式碼實現301跳轉的詳細內容。更多資訊請關注PHP中文網其他相關文章!

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn