constructor(props) {super(props);this.state = {className: '',title: '我是标题我是标题',isShow: true}}handleOnLeftClick(){alert('返回事件')}handleOnRightClick(){alert('更多事件')}handleCloseViewClick(){alert('关闭webView事件')}render() {return