世界很大,我想和你去看

随笔分类 -  JS

摘要:转载http://www.cnblogs.com/guoshiwei/p/4909834.html#3292590 阅读全文
posted @ 2017-05-01 14:15 易朵小花 阅读(127) 评论(0) 推荐(0)
摘要:工厂模式:用函数来封装,以特定接口来创建对象的细节。 console.log(person1 instanceof person); // false console.log(person1 instanceof Object);//true console.log(person instanceo 阅读全文
posted @ 2017-04-29 16:04 易朵小花 阅读(204) 评论(0) 推荐(0)