最佳答案
在我的下一个.JS应用程序中,似乎无法访问window
:
未处理的拒绝(REFERENCEERROR):未定义窗口
componentWillMount() {
console.log('window.innerHeight', window.innerHeight);
}