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.

Menu