import React from 'react'; // 屏幕录制 class RecordVideo extends React.Component { constructor(props) { super(props); } render() { console.log('this.props', this.props); return (