在html标记中动态添加文本

时间:2016-03-31 08:46:41

标签: javascript jquery

我在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%">';.

什么是插入变量的正确方法。

1 个答案:

答案 0 :(得分:2)

替换为

"

基本上用单引号'

替换双引号connection.http.readTimeout=#{30*1000}