2018年1月3日

摘要: http://www.runoob.com/w3cnote/getting-started-with-typescript.html 阅读全文
posted @ 2018-01-03 17:06 暖暖的心窝子 阅读(132) 评论(0) 推荐(0) 编辑
 
摘要: http://javascript.ruanyifeng.com/grammar/array.html 阅读全文
posted @ 2018-01-03 16:44 暖暖的心窝子 阅读(133) 评论(0) 推荐(0) 编辑
 
摘要: function deepCopy(p, c) { var c = c || {}; for (var i in p) { if (typeof p[i] 'object') { c[i] = (p[i].constructor Array) ? [] : {}; deepCopy(p[i], c[ 阅读全文
posted @ 2018-01-03 14:43 暖暖的心窝子 阅读(111) 评论(0) 推荐(0) 编辑
 
摘要: http://www.ruanyifeng.com/blog/2010/05/object-oriented_javascript_encapsulation.html 阅读全文
posted @ 2018-01-03 14:28 暖暖的心窝子 阅读(120) 评论(0) 推荐(0) 编辑