会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
TuDouJiKuai
博客园
首页
新随笔
联系
订阅
管理
2019年11月5日
js获取当前时间
摘要: let year = new Date().getFullYear(); let month = (new Date().getMonth() + 1) < 10 ? '0'+(new Date().getMonth()+1): new Date().getMonth()+1; let day =
阅读全文
posted @ 2019-11-05 16:34 N土豆鸡块
阅读(125)
评论(0)
推荐(0)
2019年7月12日
使用js获取手机的网络状态
摘要: connection = navigator.connection || navigator.mozConnection || navigator.webkitConnection;根据connection.type判断网络类型,connection.type有以下几种类型: bluetooth /
阅读全文
posted @ 2019-07-12 14:16 N土豆鸡块
阅读(1652)
评论(0)
推荐(0)
公告