文章301跳转怎么做
比如把www.xxxxxxxxx.com/a/1.html跳转到www.xxxxxxxxx.com/b/1.html
用了js代码,状态码返回的是200
<script type="text/javascript">
window.location.href="";
</script>
比如把www.xxxxxxxxx.com/a/1.html跳转到www.xxxxxxxxx.com/b/1.html
用了js代码,状态码返回的是200
<script type="text/javascript">
window.location.href="";
</script>