") == -1) { html = " " + html; } html = html.replace("",""); html = html.replace("",""); html = html.replace("",""); html = html.trim(); doc.innerHTML = html; return ( doc.innerHTML.toLowerCase() === html.toLowerCase() ); } function codeCheckWarningClose() { document.getElementById("codeCheckWarning").style.display = "none"; } function codeCheckCorrectClose() { document.getElementById("codeCheckCorrect").style.display = "none"; }
菜单
×
×
正确!

练习

我们需要使用一个特定的词语来从方法内部访问数据属性。

这里缺少什么词语?

data() { return { text: '' } }, methods: { writeText() { this.text = 'Hello World!' } }

不正确

点击这里重新尝试。

正确!

下一个 ❯
data() { return { text: '' } }, methods: { writeText() { .text = 'Hello World!' } }

    
  




 

VUE 入门
VUE 指令
VUE 方法
VUE 计算属性
VUE 监听器
VUE 扩展
VUE 组件
VUE 插槽
VUE Refs
VUE 生命周期钩子
VUE Provide/Inject
VUE 路由
VUE 动画
VUE 构建

×

重置分数?

这将重置所有 54 道练习的分数。

您确定要继续吗?



×

恭喜您!

您已完成所有 54 道 VUE 练习。

分享您的分数