上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 34 下一页
摘要: 1, html 文件 <!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-sc 阅读全文
posted @ 2020-08-06 22:55 琥珀君 阅读(843) 评论(0) 推荐(0)
摘要: 1, 有bind(this)就能获取 this.bl_First 的值,否则就不能获取值 阅读全文
posted @ 2020-08-05 17:25 琥珀君 阅读(490) 评论(0) 推荐(0)
摘要: 1, * { /* IOS平台下点击按钮,会出现一个半透明的灰色背景,alpha值为0即为禁用 */ -webkit-tap-highlight-color: rgba(255, 255, 255, 0); -webkit-touch-callout: none; -webkit-user-sele 阅读全文
posted @ 2020-08-05 16:37 琥珀君 阅读(264) 评论(0) 推荐(0)
摘要: 1, // 自执行区域 (function () { })(); 2, function(a, r, u) { console.log("自执行方法"); a.alert("haodi"); }(window, document, Math), 阅读全文
posted @ 2020-08-05 15:51 琥珀君 阅读(152) 评论(0) 推荐(0)
摘要: 1, 阅读全文
posted @ 2020-08-05 15:10 琥珀君 阅读(144) 评论(0) 推荐(0)
摘要: 1, // 文字滚动 // <marquee><span style="font-weight: bolder;font-size: 40px;color: white;">Welcom CSDN!</span></marquee> 文字出现滚动条 在设置了overflow:auto;或者overf 阅读全文
posted @ 2020-08-01 14:35 琥珀君 阅读(158) 评论(0) 推荐(0)
摘要: 1, //读取cookie function getCookie(name) { var arr, reg = new RegExp("(^| )" + name + "=([^;]*)(;|$)"); if (arr = document.cookie.match(reg)) return une 阅读全文
posted @ 2020-07-31 17:17 琥珀君 阅读(559) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2020-07-30 18:27 琥珀君 阅读(0) 评论(0) 推荐(0)
摘要: 1, <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"> 2, 在iPhone 手机上默认值是(电话号码显示为 阅读全文
posted @ 2020-07-29 15:42 琥珀君 阅读(235) 评论(0) 推荐(0)
摘要: 1,写在一个CSS中 /* 竖屏模式 */ @media screen and (orientation: portrait){ /* 主按钮 */ .PageBut1N { width: 10%; height: 8%; top: 90%; left: 38%; } } /* 横屏模式 */ @m 阅读全文
posted @ 2020-07-29 15:30 琥珀君 阅读(797) 评论(0) 推荐(0)
摘要: 1, var ii = this.app.graphicsDevice.canvas.parentElement; var ee = this.app.camera; var nn = ee ? ee.script.orbitCamera : null; var a = window.innerWi 阅读全文
posted @ 2020-07-27 16:56 琥珀君 阅读(1215) 评论(0) 推荐(0)
摘要: 1, 阅读全文
posted @ 2020-07-23 09:47 琥珀君 阅读(165) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2020-07-22 11:26 琥珀君 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2020-07-22 11:20 琥珀君 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2020-07-22 11:14 琥珀君 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2020-07-22 11:05 琥珀君 阅读(0) 评论(0) 推荐(0)
摘要: 1, 阅读全文
posted @ 2020-07-20 16:41 琥珀君 阅读(263) 评论(0) 推荐(0)
摘要: 1, /* background-color: #f10a91; */ background-size: contain; background-position: center; background-repeat: no-repeat; background-image: url("public 阅读全文
posted @ 2020-07-20 10:13 琥珀君 阅读(365) 评论(0) 推荐(0)
摘要: 1,localStorage 存储数据支持5M大小,只有不清除历史记录,数据就在 var data = { left: 0, top: 0, scale: 1, rotate: 0 }; // localStorage本地存储 window.localStorage.cat_touchjs_data 阅读全文
posted @ 2020-07-16 17:51 琥珀君 阅读(167) 评论(0) 推荐(0)
摘要: 1, <! 调试代码 start > <script src="http://cdn.jsdelivr.net/npm/eruda"></script> <script> eruda.init(); </script> <! 调试代码 end > 2, 阅读全文
posted @ 2020-07-16 09:32 琥珀君 阅读(282) 评论(0) 推荐(0)
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 34 下一页