How to set iframe content of a react component

后端 未结 5 2062
走了就别回头了
走了就别回头了 2020-12-22 19:28

I am trying to set the content of an iframe in a React component but I am not able to do it. I have a component in which contains a function which has to be called when the

5条回答
  •  时光取名叫无心
    2020-12-22 19:54

    There is an easier solution if someone just wants to display small HTML inside the iframe.