通常我们可以使用var a = "<a href='index.php'>index</a>";
,但我需要'
在同一行代码中有超过 2 个,如下所示:
var status = "<a href='javascript:window.open('atendimento.php','hhchat','top=70,left=70,width=480,height=450,status=no,location=no,statusbar=no');void(0);'><img src='img/atendimento.png' width='160' border='0' /></a>";
所以问题是它在这里开始和结束行代码:'javascript:window.open('
我需要它一直持续到行尾.. 怎么办?