小可爱

vue中的v-html

电脑版发表于:2020/3/11 21:35

v-html

可以把字符串当成一个html来渲染,而不是原样输出Html类似.net mvc中的@Html.Raw()方法

<div v-html="item.title">{{item.title}}</div>

v-html="item.title"就是声明一下,这个title不要帮我当成html来渲染,而不是普通的字符串,但是要注意安全防止xss编码

关于TNBLOG
TNBLOG,技术分享。技术交流:群号677373950
ICP备案 :渝ICP备18016597号-1
App store Android
精彩评论
{{item.replyName}}
{{item.content}}
{{item.time}}
{{subpj.replyName}}
@{{subpj.beReplyName}}{{subpj.content}}
{{subpj.time}}
猜你喜欢