摘要: 移动端真机调试抓包,fiddler web debugger 阅读全文
posted @ 2018-01-17 16:34 甜爸 阅读(260) 评论(0) 推荐(0) 编辑
摘要: 快速搭建本地服务器,速度上手,前端 阅读全文
posted @ 2018-01-17 09:56 甜爸 阅读(793) 评论(1) 推荐(0) 编辑
摘要: iOS fixd兼容 固定定位 input 阅读全文
posted @ 2017-12-28 10:20 甜爸 阅读(491) 评论(0) 推荐(0) 编辑
摘要: 字符串charAt() 返回在指定位置的字符。charCodeAt() 返回在指定的位置的字符的 Unicode 编码。concat() 连接字符串。indexOf() 检索字符串。match() 找到一个或多个正则表达式的匹配。replace() 替换与正则表达式匹配的子串。search() 检索 阅读全文
posted @ 2019-03-19 14:18 甜爸 阅读(794) 评论(0) 推荐(0) 编辑
摘要: SCSS 常用功能 https://www.cnblogs.com/guangzan/p/10547335.html 定义变量$my-color: #666; //定义变量$my-heihgt: 100%;body { color: $my-color; height: $my-height;}sa 阅读全文
posted @ 2019-03-18 11:01 甜爸 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 前端 阅读全文
posted @ 2019-01-09 22:51 甜爸 阅读(270) 评论(0) 推荐(0) 编辑
alert('ceshi')