今天是周末,所以不用上课,有很多时间!所以今天就给大家分享一些js代码!以下代码你们可以自行使用!这串使用范围比较广!大家自己琢磨~

$(document).ready(function(){
if(location.toString().indexOf("mishi23.com") <= -1) /*如果当前网址中没有mishi23.com*/
{
document.location.href="https://www.mishi23.com"; /*跳转到https://www.mishi23.com*/
}
else
{
/*有的话,执行代码*/ }
})