摘要: { // Place your snippets for html here. Each snippet is defined under a snippet name and has a prefix, body and // description. The prefix is what is 阅读全文
posted @ 2018-12-10 09:40 彭成刚 阅读(223) 评论(0) 推荐(0) 编辑
摘要: var k = { name:"kName" ,getName:function(){ console.info(this.name) } ,getParentName:function(_this){ console.info(_this.name) } } var j = { name:"jNa 阅读全文
posted @ 2018-12-10 08:36 彭成刚 阅读(143) 评论(0) 推荐(0) 编辑