Inserting the iframe into react component

后端 未结 3 2024
借酒劲吻你
借酒劲吻你 2020-11-30 20:08

I have a small problem. After requesting a data from a service I got an iframe code in response.

'; 

ReactDOM.render(
  ,
  document.getElementById('container')
);


also, you can copy all attributes from the string(based on the question, you get iframe as a string from a server) which contains '; ReactDOM.render( , document.getElementById('container') );



提交回复
热议问题