摘要: var c = { method:{ say: function (word){ console.log(word); } ,sayHello: function(){ this.say("Hello"); //调用同级数据 记住加上 关键字this } } }还是直接使用 Sublime Text 阅读全文
posted @ 2016-06-20 17:02 Pello 阅读(386) 评论(0) 推荐(0) 编辑