gpt4 book ai didi

javascript - jquery mobile显示html内容

转载 作者:行者123 更新时间:2023-12-02 18:47:58 26 4
gpt4 key购买 nike

我正在使用 jquery mobile 和 JavaScript。我在一个变量中有一些响应,该响应是 html 内容。现在我必须在 jquery mobile 的 UI 中显示此 html 内容。该内容应显示为文本而不是 html。

jquery("#content").html(wiJson);

<div data-role="content" id="content">
</div>

这是我在代码中使用的 jquery("#content").html(wiJson); 这是在 javascript 中使用的

<div data-role="content" id="content">
</div>

用于jquery mobile ui

最佳答案

That content should appear as a text not as html.

尝试使用.text()

jquery("#content").text(wiJson);

关于javascript - jquery mobile显示html内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16169900/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com