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; 腳本>」。">
301跳轉法:"cb07111ca5ae5ef678bbf0d01d0237c0 if (document.domain ==""yisu.com"") this.location = ""http://www.yisu.com" " this.location.pathname this.location.search; 2cacc6d41bbb37262a98f745aa00fbf0」。
透過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中文網其他相關文章!