Component { constructor(props) { super(props); this.mapDiv = React.createRef();. } render() { return <div className="esri‑map" ref={this.mapDiv} />;. }.
確定! 回上一頁