let html = "<span>111111 </span>"; return (<div dangerouslySetInnerHTML={{__html: html}} />); // 这样写页面会显示 111111