下面这段代码,在实例外面如何获取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. 能完成产品的上传