摘要:
1. 什么是闭包? 来看一些关于闭包的定义: 来个定义总结 来创建个简单的闭包 来解读后面两个语句: var say = sayName() :返回了一个匿名的内部函数保存在变量say中,并且引用了外部函数的变量name,由于垃圾回收机制,sayName函数执行完毕后,变量name并没有被销毁。 s 阅读全文
摘要:
何为Font-Awesome Font Awesome gives you scalable vector icons that can instantly be customized — size, color, drop shadow, and anything that can be done 阅读全文