摘要: 深入解析Javascript中面向对象编程中的this关键字在Javascript中this关键字代表函数运行时,自动生成的一个内部对象,只能在函数内部使用。比如:function TestFunction(){ this.demoVal='This is a demo variable';... 阅读全文
posted @ 2015-01-15 14:39 边城愚者 阅读(187) 评论(0) 推荐(0) 编辑