我將html轉換爲javascript變量時出現問題。
我的HTML代碼如何將html轉換爲javascript中的變量?
<div onclick="openfullanswer('2','Discription part','This is the code part');">
我要動態地創建這個網站的代碼,但我有報價的問題(」和「)
我試着像下面
for(i=0;i<result.length;i++)
{
strVar +="<div onclick='openfullanswer("+result[i].ReplyID+",'"+result[i].Description+"','"+result[i].Code+"');'>Test code</div>";
}
https://jsfiddle.net/8782n60z/1/
你能解釋更多請問你的答案嗎? –