摘要: 以下内容/例子均为抄袭 (js教程:javascript作用域(Scope) 文章写得太好了,全抄完了- -!)//呼叫对象方法var deep_thought = { the_answer: 42, ask_question: function () { return this.the_answer; } }; var the_meaning = deep_thought.ask_question(); ----------------------------------------------------- //刚创建的函数/构造函数function BigComputer(an... 阅读全文
posted @ 2013-09-08 00:55 Glimis 阅读(187) 评论(0) 推荐(0) 编辑