摘要: option是一个配置对象 const app = new Vue( { el: string | HTMLElement, 作用:决定之后Vue实例会管理哪一个DOM data: Object | Function, 作用:Vue实例对应的数据对象 组件当中的data必须是一个函数 methods 阅读全文
posted @ 2021-12-26 23:44 HuangBingQuan 阅读(74) 评论(0) 推荐(0) 编辑
摘要: MVVM是由 Model View ViewModel 组成的,即 Model View ViewModel(数据层、视图层、视图模型) ViewModel 是View和Model沟通的桥梁。 ViewModel 一方面它实现了Data Binding,也就是数据绑定,当我们更新Model时,Dat 阅读全文
posted @ 2021-12-26 23:18 HuangBingQuan 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 看以下图得出结论 (x3 < x2) && (y3 < y2) && (x3 > x1) && (y3 > y1) 如果成立则子弹碰撞到了飞机 阅读全文
posted @ 2021-12-26 02:18 HuangBingQuan 阅读(146) 评论(0) 推荐(0) 编辑