JS笔记 function 中的this指向问题 JS 中this指向问题 //undefined var user = { count:1, getCount:function(){ return th... 2019-05-17