我在 React js 應(yīng)用程序中創(chuàng)建了一個(gè)組件,它使用 fetch 調(diào)用 api 并獲取一些 json 數(shù)據(jù),如下所示。我怎樣才能在我自己的html代碼中按原樣顯示json數(shù)據(jù)中的html? data = { duration : "1", html : "<div><p>some message here</p><p> more text here <span> styled text <span><p></div>" }
如何在我的 React js 頁面中顯示來自 json 數(shù)據(jù)的 html 代碼?
哆啦的時(shí)光機(jī)
2023-12-14 15:32:20