例如:
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) 【正确】
el-tooltiphtml转义```
<div v-html="myHtml | escapeHtml"></div>
```
其中,`escapeHtml`是Vue.js内置的过滤器,可以将HTML字符串转义为安全的文本。el-tooltiphtml转义
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)