下面这段代码,在实例外面如何获取msg的值:var vm = new Vue({el: "#app",data: {msg: "hello world"}})
A. vm.msg
B. vm.$data.msg
C. this.msg
D. this.data.msg
查看答案
下面这段代码,在实例里面如何获取msg的值:var vm = new Vue({el: "#app",data: {msg: "hello world"}}
A. vm.msg
B. this.msg
C. this.data.msg
D. this.$data.msg
下列选项中那个软件不属于产品原型的体现方法( )。
A. Word
B. Visio
C. Axure
D. Excel
下列选项中不属于原型设计作用的是( )。
A. 让开发变的轻松
B. 节省时间和金钱
C. 更易沟通与反馈
D. 能完成产品的上传
可以把设计用户体验的工作分解成( )个层面,用来帮助设计师更好地解决问题。
A. 5
B. 4
C. 3
D. 6