ES6箭头函数 chrome调试直接console和控制台输出得到不同结果 财富值74

2016-10-23 16:49发布

ES6箭头函数 chrome调试在console.info(this)能得到值,而直接在控制台输入this,回车为undefined

 render: (text, record) => {     console.info(this);         }  

用的webpack和babel,这个时候没有编译成ES5。

友情提示: 问题已经关闭,关闭后问题禁止继续编辑,回答。