• 2022-06-08
    中国大学MOOC: 以下代码片段,如果成功运行并点击菜单项A,则在console面板中显示的结果为( )wx.showActionSheet({itemList: [A, B, C],success (res) {console.log(res.tapIndex)},fail (res) {console.log(res.errMsg)}})