document.write单引号和双引号处理

文章描述:

关于在JavaScript中转义字符的问题

document.write("<img src=\"http://www.google.com\" />");
document.write('<div style="verify-code">验证码:<input name="key" type="text" class="inputText" size="10" /><img src="/e/ShowKey/?v=pl"  id="plKeyImg" onclick="plKeyImg.src=\'/e/ShowKey/?v=pl&t=\'+Math.random()"/> </div><input type="submit" value="发布" class="button send_botton"/>');

 

发布时间:2022/10/26

发表评论