04 2016 档案

摘要:将函数里的arguments,转换成一个真正的数组的方法,arguments是个类数组,除了有实参所组成的类似数组以外,还有自己的属性,如callee,arguments.callee就是当前正在执行的这个函数的引用,它只在函数执行时才存在。因为在函数开始执行时,才会自动创建第一个变量argumen 阅读全文
posted @ 2016-04-17 11:18 印前 阅读(16407) 评论(6) 推荐(7)
摘要:原文don’t use @import Using @import within a stylesheet adds one more roundtrip to the overall download time of the page. Using @import in IE causes the 阅读全文
posted @ 2016-04-05 11:23 印前 阅读(158) 评论(0) 推荐(0)