一起遨游网

HTML页面跳转的5种方法

  • 作者:遨游死神
  • 时间:2022-06-25
  • 分类:html资源

下面列了五个例子来详细说明,这几个例子的主要功能是:在5秒后,自动跳转到同目录下的hello.html(根据自己需要自行修改)文件。 1) html的实现 ``` ``` 2) javascript的实现 ``` // 以下方式直接跳转 window.location.href='hello.html'; // 以下方式定时跳转 setTimeout("javascript:location.href='hello.html'", 5000);...

判断终端是手机还是电脑端并页面跳转

  • 作者:遨游死神
  • 时间:2022-06-25
  • 分类:html资源

跳转适配这个是前端开发中必须用的,这里就抄2段。 一.通用情况 ``` function browserRedirect() { var sUserAgent= navigator.userAgent.toLowerCase(); var bIsIpad= sUserAgent.match(/ipad/i) == "ipad"; var bIsIphoneOs= sUserAgent.match(/iphone os/i) == "ip...

谷歌浏览器console.log打印彩色字体

  • 作者:遨游死神
  • 时间:2022-06-25
  • 分类:html资源

``` console.log( `%c javar.cc %c 欢迎访问 %c`, 'background:#35495e ; padding: 1px; border-radius: 3px 0 0 3px; color: #fff', 'background:#41b883 ; padding: 1px; border-radius: 0 3px 3px 0; color: #fff', 'background:transp...

Web文件管理系统elfinder

  • 作者:遨游死神
  • 时间:2022-06-25
  • 分类:html资源

elfinder是一款支持在线文件管理的系统服务,基于php语言开发,采用jquery-JS与jquery-UI库,并且能支持多国语言,开源项目。 记得把php文件中的connector.minimal.php-dist 修改后缀为PHP [elFinder-2.1.51.zip][1] [1]: https://www.172u.cn/usr/uploads/2022/06/2195122619.zip ``` https://studio-42.gi...

html5播放器

  • 作者:遨游死神
  • 时间:2022-06-25
  • 分类:html资源

jQuery+HTML5+css3+bootstrap实现的MP4网页视频播放器代码,支持手机观看,原生代碼 [html5css3player.rar][1] ![20191231173429.png][2] [1]: https://www.172u.cn/usr/uploads/2022/06/2317332074.rar [2]: https://www.172u.cn/usr/uploads/2022/06/2507053696.png

  1. « 前一页
  2. 1
  3. ...
  4. 39
  5. 40
  6. 41
  7. 42
  8. 43
  9. 44
  10. 45
  11. ...
  12. 81
  13. 后一页 »

文章分类

  • 资讯分享(120)
  • 站长必备(7)
  • Discuz!(18)
  • Typecho(12)
  • wordpress(45)
  • vue.js(9)
  • html资源(87)
  • 精品软件库(28)
  • 操作系统(30)
  • 电脑技巧(53)

最新文章

  • 修复 centos7.9漏洞(解决软件版本冲突方案)
  • WINDOWS新建开机启动服务器流程
  • 单机MYSQL优化链接数量并spring druid 优化链接
  • VMware 虚拟机下载
  • Windows11电源选项中无高性能或者卓越性能模式
Copyright©2025 一起遨游网 苏ICP备15025881号-1