04 2019 档案

隐式转换题目;
摘要:https://blog.csdn.net/itcast_cn/article/details/82887895 https://blog.csdn.net/w13707470416/article/details/88814223(上面图中答案) 阅读全文

posted @ 2019-04-15 18:30 _jackie 阅读(111) 评论(0) 推荐(0)

video设置autoplay 不起作用
摘要:video 标签上添加 muted https://blog.csdn.net/taiyangmiaomiao/article/details/80266625 阅读全文

posted @ 2019-04-12 22:21 _jackie 阅读(3315) 评论(0) 推荐(0)

面试时遇到的题目。正则,replace()
摘要:function Fn(str){ this.str = str; } Fn.prototype.format = function(){ var arg = arguments; var dd = this.str.replace(/{[0-9]}/g,function(a,b){ var _index = a.replace(/\{|}/g,''); cons... 阅读全文

posted @ 2019-04-12 18:58 _jackie 阅读(182) 评论(0) 推荐(0)

导航