我在javascript块中有一个html标记,如下所示:
html += '<th><div></div></th><tr style="width:100%">';
I want to insert var.value in between div , but there is an error
html += '<th><div>"+var.value+"</div></th><tr style="width:100%">';.
什么是插入变量的正确方法。
答案 0 :(得分:2)
替换为
"
基本上用单引号'
connection.http.readTimeout=#{30*1000}