08 2016 档案

摘要:利用Apply的参数数组化来提高代码的优雅性,及高效性 Function.apply()在提升程序性能方面的技巧 我们先从Math.max()函数说起,Math.max后面可以接任意个参数,最后返回所有参数中的最大值。 比如 alert(Math.max(5,8)) //8alert(Math.ma 阅读全文
posted @ 2016-08-22 18:49 MrZou 阅读(226) 评论(0) 推荐(0)
摘要:详细讲解地址:http://www.zhangxinxu.com/wordpress/2014/12/css-counters-pseudo-class-checked-numbers/ 详细讲解地址:http://www.zhangxinxu.com/wordpress/2014/12/css-c 阅读全文
posted @ 2016-08-04 15:32 MrZou 阅读(498) 评论(0) 推荐(0)