A. 文本表单需要指定 name 属性 B. button按钮需要指定 form-type 且值为 submit C. 单选、复选等通过监听 change 事件获取数据 D. 小程序表单中无需指定 value 属性
A. 对 B. 错
A. onShow B. onLoad C. onUnload D. onHide E. onReady
A. flex: 1 B. display: flex C. flex-direction:row D. float:left E. align-items:center
A. 分为应用生命周期函数和页面生命周期函数两种 B. 在onLoad生命周期函数中可以获得地址中的参数 C. onLaunch生命周期函数是小程序初始化完成时触发 D. onLaunch生命周期函数会被重复执行
A. 文本表单不需要指定 name 属性 B. button按钮需要指定 form-type 且值为 submit C. 单选、复选等通过监听 change 事件获取数据 D. form组件需要绑定bindsubmit事件