本文最后更新于198 天前,其中的信息可能已经过时,如有错误请发送邮件到1986413837@qq.com

<input
type="text"
id="height"
>
<input
type="text"
id="sex"
>
<ul></ul>
目标 : 实现数据随着输入框内容响应式更新
1.实现渲染函数并绑定数据

2.监听input输入框的输入内容变化事件

3.使用set函数进行数据更新


<input
type="text"
id="height"
>
<input
type="text"
id="sex"
>
<ul></ul>
目标 : 实现数据随着输入框内容响应式更新


