欢迎来到代码驿站!

JavaScript代码

当前位置:首页 > 网页前端 > JavaScript代码

js拼接html注意问题示例探讨

时间:2020-12-08 22:57:34|栏目:JavaScript代码|点击:

你想让别人给你解决什么,
adress是什么,

var hrf='<a href="javascript:;" rel="external nofollow" rel="external nofollow" onclick="window.open('+url+','','"height=625,width=830,toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no"')">'+adress+'</a>';

下面又出现adress[j]。用法完全不对。

msg+='<tr style="height:25px"><td align ="left" style="width:6%;color:Black">'+coal[j]+'</td><td align ="left" style="width:8%;color:Black">'+url+hrf+'</td><td align ="left" style="width:24%;color:Black">'+adress[j]+'</td><td align ="left" style="width:12%;color:Green;font-weight :bold">'+ssz[j]+'</td>';

追问

我是想把

<a href="javascript:;" rel="external nofollow" rel="external nofollow" onclick="window.open('+url+','','"height=625,width=830,toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no"')">'+adress+'</a>

这句外面加个单引号,可是试了好多次都不成功,这句话加上单引号,里面改怎么变化呢

回答

用转义符, \" = ", \' = '

追问

转义符不太会用,能给个列子吗

回答

var zz ="<tr style=\"height:25px\">";

上一篇:15款最好的Bootstrap在线编辑器

栏    目:JavaScript代码

下一篇:validator验证控件使用代码

本文标题:js拼接html注意问题示例探讨

本文地址:http://www.codeinn.net/misctech/30671.html

推荐教程

广告投放 | 联系我们 | 版权申明

重要申明:本站所有的文章、图片、评论等,均由网友发表或上传并维护或收集自网络,属个人行为,与本站立场无关。

如果侵犯了您的权利,请与我们联系,我们将在24小时内进行处理、任何非本站因素导致的法律后果,本站均不负任何责任。

联系QQ:914707363 | 邮箱:codeinn#126.com(#换成@)

Copyright © 2020 代码驿站 版权所有