您的位置:首页 > 娱乐 > 八卦 > 学编程的培训机构_中国工程信息网站_百度关键词优化师_seo到底是做什么的

学编程的培训机构_中国工程信息网站_百度关键词优化师_seo到底是做什么的

2024/12/23 6:07:19 来源:https://blog.csdn.net/Jsjendndn/article/details/142407275  浏览:    关键词:学编程的培训机构_中国工程信息网站_百度关键词优化师_seo到底是做什么的
学编程的培训机构_中国工程信息网站_百度关键词优化师_seo到底是做什么的

location

<!DOCTYPE html>
<html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Document</title>
</head><body><a href="http://www.sdau.edu.cn"><span>5</span>秒钟跳转到首页</a><script>const a = document.querySelector('a')let num = 5let timerId = setInterval(function () {num--a.innerHTML = `<span>${num}</span>秒钟跳转到首页`if (num === 0) {clearInterval(timerId)location.href = 'http://www.sdau.edu.cn'}}, 1000)</script>
</body></html>

navigator

<!DOCTYPE html>
<html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Document</title><script>(function () {const userAgent = navigator.userAgent// 验证是否为Android或iPhoneconst android = userAgent.match(/(Android);?[\s\/]+([\d.]+)?/)const iphone = userAgent.match(/(iPhone\sOS)\s([\d_]+)/)// 如果是Android或iPhone,则跳转至移动站点if (android || iphone) {location.href = 'http://m.itcast.cn'}})();</script>
</head><body></body></html>

history

<!DOCTYPE html>
<html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Document</title>
</head><body><button>后退</button><button>前进</button><script>const back = document.querySelector('button:first-child')const forward = back.nextElementSibling//下一个兄弟back.addEventListener('click', function () {// history.back()history.go(-1)})forward.addEventListener('click', function () {// history.forward()history.go(1)})</script>
</body></html>

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com