摘要: <!doctype html><html><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width,init 阅读全文
posted @ 2021-04-22 17:39 鸿兮萄 阅读(415) 评论(0) 推荐(0) 编辑
摘要: 1. 身份证查询地址 http://sfz.uzuzuz.com/?region=110101&birthday=19900307&sex=1&num=10 2.图片压缩 https://tinypng.com/ 3.vue3.0快速搭建 https://www.cnblogs.com/coober 阅读全文
posted @ 2021-04-22 17:33 鸿兮萄 阅读(228) 评论(0) 推荐(0) 编辑
摘要: let url = encodeURI('https://www.baidu.com/s?ie=utf-8&f=8&rsv_bp=1&rsv_idx=1&tn=baidu&wd=你说的对'); wx.ready(() => { wx.showMenuItems({ menuList: ['menuI 阅读全文
posted @ 2021-01-28 09:38 鸿兮萄 阅读(569) 评论(0) 推荐(0) 编辑
摘要: // 系统升级控制时间 let actDate = new Date().getTime() let startDate = new Date('2020/09/02 00:00:00').getTime() let endDate = new Date('2020/09/03 03:00:00') 阅读全文
posted @ 2020-09-08 14:08 鸿兮萄 阅读(208) 评论(0) 推荐(0) 编辑
摘要: function fnkeyUp(){ $('.footer').show(); //判断机型 var ua = window.navigator.userAgent.toLocaleLowerCase(); var isIOS = /iphone|ipad|ipod/.test(ua); var 阅读全文
posted @ 2020-08-28 11:17 鸿兮萄 阅读(323) 评论(0) 推荐(0) 编辑
摘要: function getSignatureInfo1(list, item) { $.ajax({ type: 'post', dataType: 'json', cache: false, timeout: 50000, url: '', // 获取签名的地址 data: { pageUrl: l 阅读全文
posted @ 2020-08-28 11:09 鸿兮萄 阅读(500) 评论(0) 推荐(0) 编辑
摘要: <li onclick="showVideo(1)"><label>第1讲</label>怎样记住新知识?</li> <div class="video"> <video x5-video-player-type="h5-page" x5-video-player-fullscreen="true" 阅读全文
posted @ 2020-08-28 11:05 鸿兮萄 阅读(226) 评论(0) 推荐(0) 编辑
摘要: 1 .text-top{ 2 font-family: MicrosoftYaHei; 3 font-size: 0.24rem; 4 line-height: 0.4rem; 5 letter-spacing: 0.01rem; 6 color: #666; 7 overflow: hidden; 阅读全文
posted @ 2020-08-28 10:55 鸿兮萄 阅读(527) 评论(0) 推荐(0) 编辑
摘要: var browserRule = /^.*((iPhone)|(iPad)|(Safari))+.*$/; if (browserRule.test(navigator.userAgent)) { window.onpageshow = function(event) { if (event.pe 阅读全文
posted @ 2020-08-28 10:51 鸿兮萄 阅读(454) 评论(0) 推荐(0) 编辑
摘要: <div class="fate-draw" onclick="rotate()"></div><audio src="./audio/audio.mp3" id="audio" loop="true"></audio> <link rel="stylesheet" type="text/css" 阅读全文
posted @ 2020-08-28 10:46 鸿兮萄 阅读(240) 评论(0) 推荐(0) 编辑