js如何转义和反转义html特殊字符
答案:1 悬赏:80 手机版
解决时间 2021-04-08 18:43
- 提问者网友:杀生予夺
- 2021-04-07 18:15
js如何转义和反转义html特殊字符
最佳答案
- 五星知识达人网友:低音帝王
- 2021-04-07 18:23
js中的特殊字符,加上转义符\ 。
例如:
var txt="We are the so-called "Vikings" from the north." document.write(txt) 【错误】
var txt="We are the so-called \"Vikings\" from the north." document.write(txt) 【正确】
例如:
var txt="We are the so-called "Vikings" from the north." document.write(txt) 【错误】
var txt="We are the so-called \"Vikings\" from the north." document.write(txt) 【正确】
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯