gpt4 book ai didi

jquery在字符串中添加反斜杠

转载 作者:行者123 更新时间:2023-12-01 04:05:07 25 4
gpt4 key购买 nike

我正在使用 jquery 创建一个输入文本框:

<input type='text' name='" + key + "-" + taskArray[i] + "' id='" + key + "-" + taskArray[i] + "' class='vendorDropdown' value='" + value.baseOrSchedStartList[i] + "' />

Anthony's Excavating & Grading返回Anthony时,我如何显示全文,这是它在html中的样子:

<input type="text" name="ANC0002-Water &amp; Sewer Installed" id="ANC0002-Water &amp; Sewer Installed" class="vendorDropdown ui-autocomplete-input" value="Anthony" s="" excavating="" &="" grading'="" autocomplete="off">

最佳答案

将单引号( ' ) 替换为双引号( "),它将解决您的问题。

<input type="text" name="' + key + '-' + taskArray[i] + '" id="' + key + '-' + taskArray[i] + '" class="vendorDropdown" value="' + value.baseOrSchedStartList[i] + '" />

关于jquery在字符串中添加反斜杠,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30460665/

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