摘要: git+新浪SAE 阅读全文
posted @ 2016-10-20 20:52 Hello_A_world 阅读(272) 评论(0) 推荐(3) 编辑
摘要: HTML字符实体(Character Entities),转义字符串(Escape Sequence) HTML字符实体(Character Entities),转义字符串(Escape Sequence) HTML字符实体(Character Entities),转义字符串(Escape Sequ 阅读全文
posted @ 2017-05-27 17:01 Hello_A_world 阅读(636) 评论(0) 推荐(1) 编辑
摘要: // Production steps of ECMA-262, Edition 5, 15.4.4.19// Reference: http://es5.github.com/#x15.4.4.19if (!Array.prototype.map) { Array.prototype.map = 阅读全文
posted @ 2017-05-09 14:25 Hello_A_world 阅读(734) 评论(0) 推荐(1) 编辑
摘要: 什么是面向对象?面向对象是一种思想!(废话)。 面向对象可以把程序中的关键模块都视为对象,而模块拥有属性及方法。这样我们如果把一些属性及方法封装起来,日后使用将非常方便,也可以避免繁琐重复的工作。接下来将为大家讲解在JS中面向对象的实现。 工厂模式 工厂模式是软件工程领域一种广为人知的设计模式,而由 阅读全文
posted @ 2016-11-30 20:41 Hello_A_world 阅读(343) 评论(0) 推荐(0) 编辑