electron

Electron 填坑之旅

关于的 height、width需要外面包裹一层:handleResize(e) { this.setState({ width: window.innerWidth, height: window.innerHeight });}componentDidMount() { window.addEventListener('resize', this.handl