提交 b80cf540 编写于 作者: M m0_65152767

Sat Nov 18 21:02:00 CST 2023 inscode

上级 9693b1eb
......@@ -12,6 +12,13 @@
</script>
<template>
<!--2.v-text和v-html-->
<p v-text="str"></p><!--innerText()-->
<p v-html="str"></p><!--innerHTML()-->
<h1>=============</h1>
<span v-text="msg"></span><br>
<span v-text="redMsg"></span><br>
<span v-text="getMsg()"></span><br>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册