react中问题记录

1. 使用history.goback()返回 页面没有重新调接口

解决方案:使用以下 API

window.location.href = document.referrer;

 2.解析字符串html

dangerouslySetInnerHTML={{

__html: content,

}}

/>

你可能感兴趣的:(react.js,前端,javascript)