摘要: http://www.cnblogs.com/rush/archive/2012/05/15/2502264.htmlhttps://www.ibm.com/developerworks/cn/xml/wa-ajaxintro3/http://msdn.microsoft.com/zh-cn/magazine/cc163347.aspxhttp://blog.csdn.net/zhq426/article/details/2992488http://blog.csdn.net/jonathan_q_bo/article/details/537635http://www.360doc.com/c 阅读全文
posted @ 2013-12-05 16:56 daishuguang 阅读(182) 评论(0) 推荐(0) 编辑
摘要: JavaScript Application StructureV------>DOM, BOM, Event (template)C------>Function (function)M------>Data (constructor, this, prototype, singleton)Ajax负责Client与Server的数据传输。singleton是很重要的。http://kb.cnblogs.com/page/97011/ 1,对象直接量实现最基本,最简单的单体var Singleton = { attr1 : 1, attr2 : 'hello' 阅读全文
posted @ 2013-12-05 15:07 daishuguang 阅读(167) 评论(0) 推荐(0) 编辑