JS输出问题。JS输出了一个数组当中加变量
<scripttype="text/javascript">vartheTms,shu,dot;theTms=newArray();shu=2;dot='';theTms...
<script type="text/javascript">
var theTms, shu, dot;
theTms = new Array();
shu = 2;
dot = '';
theTms[1] = '<dl class=\"r\" style=\"background-color:#ffff00\" onmouseover=\"this.style.backgroundColor=\'#ffffff\'\" onmouseout=\"this.style.backgroundColor=\'#ffff00\'\"><dd class=\"c1\">本地当前时间<dd class=\"c3\"><span><font color=\"red\">变量1</font></span></dd></dl>';
theTms[2] = '<dl class=\"r\" style=\"background-color:#ffff00\" onmouseover=\"this.style.backgroundColor=\'#ffffff\'\" onmouseout=\"this.style.backgroundColor=\'#ffff00\'\"><dd class=\"c1\">美国当前时间<dd class=\"c3\"><span><font color=\"red\">变量2</font></span></dd></dl>';
theTms2='';
var idx;
theTms = theTms.sort(function(){return Math.random()*new Date%3-1;});
for(idx = 0; idx < shu; idx++){
document.write(dot+theTms[idx]);
}
document.write(dot+theATm2);
</script>
以上是未完成代码。
怎么将当前时间写到变量位置。
顺便鄙视下没能力还骗采纳的孙子 展开
var theTms, shu, dot;
theTms = new Array();
shu = 2;
dot = '';
theTms[1] = '<dl class=\"r\" style=\"background-color:#ffff00\" onmouseover=\"this.style.backgroundColor=\'#ffffff\'\" onmouseout=\"this.style.backgroundColor=\'#ffff00\'\"><dd class=\"c1\">本地当前时间<dd class=\"c3\"><span><font color=\"red\">变量1</font></span></dd></dl>';
theTms[2] = '<dl class=\"r\" style=\"background-color:#ffff00\" onmouseover=\"this.style.backgroundColor=\'#ffffff\'\" onmouseout=\"this.style.backgroundColor=\'#ffff00\'\"><dd class=\"c1\">美国当前时间<dd class=\"c3\"><span><font color=\"red\">变量2</font></span></dd></dl>';
theTms2='';
var idx;
theTms = theTms.sort(function(){return Math.random()*new Date%3-1;});
for(idx = 0; idx < shu; idx++){
document.write(dot+theTms[idx]);
}
document.write(dot+theATm2);
</script>
以上是未完成代码。
怎么将当前时间写到变量位置。
顺便鄙视下没能力还骗采纳的孙子 展开
展开全部
用连接符+号,例如变量一为time;就可以这样写:
theTms[1] = '<dl class=\"r\" style=\"background-color:#ffff00\" onmouseover=\"this.style.backgroundColor=\'#ffffff\'\" onmouseout=\"this.style.backgroundColor=\'#ffff00\'\"><dd class=\"c1\">本地当前时间<dd class=\"c3\"><span><font color=\"red\">‘+time+’</font></span></dd></dl>';
theTms[1] = '<dl class=\"r\" style=\"background-color:#ffff00\" onmouseover=\"this.style.backgroundColor=\'#ffffff\'\" onmouseout=\"this.style.backgroundColor=\'#ffff00\'\"><dd class=\"c1\">本地当前时间<dd class=\"c3\"><span><font color=\"red\">‘+time+’</font></span></dd></dl>';
更多追问追答
追问
我用了你的方法结果把整个 time的变量脚本给输出来了。
追答
那就是你定义time这个变量的时候方法错了,你可以把你定义变量的方法贴出来看一下吗?
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询