1.后端直接传html标签过来,怎么识别?(react)



<div  dangerouslySetInnerHTML={{


   __html: appDetail.overview,(appDetail.overview,这是我们要转换的文字)


 }} ></div>