I would like to ask Ajax to get the data with a label, how to render it?

after I have successfully obtained the data, it is shown as follows: text:

123

456


after I render it to the page, the page cannot be displayed like normal html, but displays

123

456

such a tagged text
after I configure the json format, the data is shown as follows: text:123456 , there is no imaginary paragraph
. Thank you!

Nov.19,2021

Native js try it with innerHTML, and for vue, use v-html to try

use the jquery direct selector to select the parent direct append string text with tags to be concatenated.

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-1b361d7-2c017.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-1b361d7-2c017.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?