我是靠谱客的博主 碧蓝流沙,最近开发中收集的这篇文章主要介绍js拼接html注意问题示例探讨,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

你想让别人给你解决什么,
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">";

最后

以上就是碧蓝流沙为你收集整理的js拼接html注意问题示例探讨的全部内容,希望文章能够帮你解决js拼接html注意问题示例探讨所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(133)

评论列表共有 0 条评论

立即
投稿
返回
顶部