<p v-html="test"></p> export default { data () { return { test: `<a οnclick='alert("xss攻擊")'>連結</a>` } }. 結果,js事件被執行,彈出彈框, ...
確定! 回上一頁