ES6箭头函数 chrome调试在console.info(this)能得到值,而直接在控制台输入this,回车为undefined
render: (text, record) => {
console.info(this);
}
用的webpack和babel,这个时候没有编译成ES5。
Copyright 2014-2026 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
非严格模式下
如果 this 为 null,undefined 时,this = window。