1、
var a = { b:0, c:function(){ console.log(this); } }; a.c();
2、
function d(){ console.log(d); } d();
3、需要将变量e的值改为: