晴明的博客园 GitHub      CodePen      CodeWars     
摘要: flex none | <' flex-grow '> <' flex-shrink >'? || <' flex-basis '>none: none关键字的计算值为: 0 0 auto<' flex-grow '>: 用来指定扩展比率,即剩余空间是正值时此「flex子项」相对于「flex容器」里 阅读全文
posted @ 2016-04-29 16:52 晴明桑 阅读(247) 评论(0) 推荐(0)
摘要: # # 阅读全文
posted @ 2016-04-29 15:05 晴明桑 阅读(131) 评论(0) 推荐(0)
摘要: 传入(继承)参数 # # Array.prototype.slice.call() [].slice.call() array.slice(begin[, end]) #常用将多个参数转换为数组然后进行slice,不传begin则取全部 [].slice.call(arguments) Array. 阅读全文
posted @ 2016-04-29 11:59 晴明桑 阅读(192) 评论(0) 推荐(0)