我有一个代码
facetsString += "<td><input type='checkbox' value=facetList[count].term> " + facetList[count].term + " (" + facetList[count].count + ")" + "</td>";
Run Code Online (Sandbox Code Playgroud)
我试图给每个复选框一个唯一的值facetList[count].term,但我不知道如何逃避双引号..