2013年4月17日

关于传统事件模型和标准事件模型的几点思考

摘要: 1,传统事件模型例:onclick可以被覆盖:document.body.onclick = function(){console.log('num1');}document.body.onclick = function(){console.log('num2');}结果:num2销毁方式:doc... 阅读全文

posted @ 2013-04-17 11:32 kai08 阅读(181) 评论(0) 推荐(0) 编辑

Reference, List, and Completion of javascript

摘要: “A value is an entity that takes on one of nine types. There are nine types (Undefined, Null, Boolean, String, Number, Object, Reference, List, and Completion).”1,Reference The internal Reference type is not a language data type. The Reference type is used to explain the behaviour of such operator.. 阅读全文

posted @ 2013-04-17 11:16 kai08 阅读(155) 评论(0) 推荐(0) 编辑

导航