• react将字符串中标签转换为html


    使用dangerouslySetInnerHTML

    const element = (<div dangerouslySetInnerHTML={{__html:"<h1>hello,this is react</h1>"}} />);
    
    ReactDOM.render(
    element,
    document.getElementById('example')
    );
  • 相关阅读:
    BZOJ 1003 物流运输
    549565
    26566
    68
    554554
    5656
    49886
    5989
    6898
    656
  • 原文地址:https://www.cnblogs.com/boye169/p/15256544.html
Copyright © 2020-2023  润新知