显示警告弹窗组件,可设置文本内容与响应回调。案例EntryComponentstructIndex{build(){Flex({direction:FlexDirection.Column,alignItems:ItemAlign.Center,justifyContent:FlexAlign.Center,}){Button('下一步',).onClick((){AlertDialog.show({title:'第999关',message:'恭喜你通关啦!',confirm:{value:'确定',action:(){console.info('通过')}},cancel:(){console.info('结束')}})}).backgroundColor(0x317aff).width('200'...