会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
会说话的mao
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
2018年7月28日
手机端适配rem代码片段
摘要: Document 测试
阅读全文
posted @ 2018-07-28 18:37 会说话的mao
阅读(166)
评论(0)
推荐(0)
2018年7月21日
location记录<18.7.21>
摘要: // var index = location.href; // console.log(index) // // indexOf() 方法可返回某个指定的字符串值在字符串中首次出现的位置。 // var demo = index.indexOf("?"); // console.log(demo); // // ...
阅读全文
posted @ 2018-07-21 11:28 会说话的mao
阅读(186)
评论(0)
推荐(0)
本地储存(localStorage)记录
摘要: - 本地存储 + localStorage.getItem("search_history") 获取本地存储 + localStorage.setItem("a","100") 设置本地存储 + localStorage.removeItem("a") 删除本地存储 + 如果获取的本地存储对应的ke
阅读全文
posted @ 2018-07-21 11:20 会说话的mao
阅读(2922)
评论(0)
推荐(0)
上一页
1
2
3
公告