摘要: 1 // 方法1 2 var aa=function(){ 3 function bb(){ 4 this.name="1111"; 5 console.log(this.name) 6 }; 7 ... 阅读全文
posted @ 2017-05-17 15:17 yue朔 阅读(185) 评论(0) 推荐(0) 编辑