随笔分类 -  办公技巧

摘要:html5 音乐播放器【GitHub项目】 源码:GitHub - MoePlayer/APlayer: Wow, such a beautiful HTML5 music player 中文使用指南:https://aplayer.js.org/#/zh-Hans/?id=cdn cdn 链接:h 阅读全文
posted @ 2020-10-03 13:56 D1g 阅读(603) 评论(1) 推荐(0)
摘要:var timeout = prompt("设置刷新时间间隔[S]"); // 获取当前的URL var current = location.href; if(timeout > 0) { // 时间间隔大于0,timeout秒之后执行reload函数 setTimeout('reload()', 阅读全文
posted @ 2020-10-02 20:53 D1g 阅读(1175) 评论(3) 推荐(1)