gpt4 book ai didi

javascript - 在 DOM 插入之前用 HTML 包裹字符串

转载 作者:行者123 更新时间:2023-11-28 16:03:15 25 4
gpt4 key购买 nike

我有以下返回字符串的 if 语句:

var _title = ( data.complete.question ) ? 'Correct' : 'Incorrect';

是否可以在将这个字符串插入 DOM 之前用 HTML 对其进行包装?像这样的东西:

// determine if correct or incorrect
var _title = ( data.complete.question ) ? 'Correct' : 'Incorrect';

// wrap the returned string in a h2 tag, store this into a variable
// when ready
// append to the DOM

最佳答案

$("<div>").text(_title).appendTo(...

关于javascript - 在 DOM 插入之前用 HTML 包裹字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16182066/

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