03 2019 档案

摘要:function addScript (url, callback) { const script = document.createElement('script') if (script.readyState) { script.onreadystatechange = () => { if (script.readySta... 阅读全文
posted @ 2019-03-15 17:23 雲天望垂墨傾池 阅读(104) 评论(0) 推荐(0)
摘要:Date.prototype.toBJDate = () => { const date = new Date() const timeZone = date.getTimezoneOffset() * -1 / 60 let hour = date.getHours() if (timeZone < 0) { date.set... 阅读全文
posted @ 2019-03-12 15:23 雲天望垂墨傾池 阅读(165) 评论(0) 推荐(0)
摘要:效果参考最终王冠的官网 https://zzwg.xd.com/ JS CSS HTML 阅读全文
posted @ 2019-03-11 13:46 雲天望垂墨傾池 阅读(287) 评论(0) 推荐(0)