What is returned at the back end is a html file. How does the front end display?

the need to make a list of test questions. The data returned from the backend data, includes the dry questions,

.
data={
    stem:{
        name:"",
        path:"......1.html"
    }
}

how does the foreground react display the content of path after receiving it?

Apr.05,2021

const data = {
    stem:{
        name:'',
        path:'......1.html'
    }
}
function createMarkup(path) { return {__html: path}; };

<div dangerouslySetInnerHTML={createMarkup(data.stem.path)} />

Please read https://zhenyong.github.io/re.

for details.

iframe

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b42f35-2c65a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b42f35-2c65a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?