会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
火大
大法师打发
博客园
首页
新随笔
联系
管理
订阅
09 2018 档案
js 替换中间四位手机号为 *
摘要:replace(/(\d{3})\d{4}(\d{4})/, '$1****$2')
阅读全文
posted @
2018-09-27 17:15
LaLaLa_heng
阅读(251)
评论(0)
推荐(0)
编辑
VUE 日历签到
摘要:我是大橙子 您连续签到:7天 ...
阅读全文
posted @
2018-09-27 09:37
LaLaLa_heng
阅读(4374)
评论(0)
推荐(1)
编辑
上传图片
摘要:function getId(id){ return document.getElementById(id) } var obj ={ fileInput : getId('test-image-file'), info: getId('test-file-info'), preview: getId('te...
阅读全文
posted @
2018-09-06 10:31
LaLaLa_heng
阅读(115)
评论(0)
推荐(0)
编辑
面向对象编程
摘要:function inherits(Child,Parent){ var F = function(){}; F.prototype = Parent.prototype; Child.prototype = new F(); Child.prototype.constructor = Child; } fu...
阅读全文
posted @
2018-09-04 23:02
LaLaLa_heng
阅读(66)
评论(0)
推荐(0)
编辑
公告
点击右上角即可分享