摘要:
// 考题1 /*function Fn() { console.log(this);//window } Fn(); new Fn();//Fn实例 Fn.apply(Fn); //将this指向Fn,所以输出function Fn(){console.log(this)} /* */ // 考题 阅读全文
posted @ 2016-11-25 22:02
鹿晓晓
阅读(340)
评论(0)
推荐(0)
浙公网安备 33010602011771号