我正在使用 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