12 2019 档案
摘要:下载文件,一般后台返回的是文件流。前台如果用的fetch的话,respose里面是空的,什么也看不到。用的axios的话,是一堆字符串形式的东西。 封装请求方法的时候,用 response.headers.get('Content-Type').includes('application/json'
阅读全文
摘要:<div className={styles.content}> <Row> <Col id="left" style={{ position: 'absolute', height: '100%', width: `${this.state.width}px` }}> <div/> // 这里写内
阅读全文
摘要:父组件: <Child onRef={(ref) => { this.child = ref; }} /> 用的时候直接从this.child里面取 子组件: componentDidMount() { this.props.onRef(this); }
阅读全文

浙公网安备 33010602011771号