例子:
Button('打开弹窗').fontSize(14).width(106).height(32).padding({ left: 0, right: 0 }).fontColor('#999').onClick(()=>{DatePickerDialog.show({selected:new Date(),onDateAccept:(value)=>{AlertDialog.show({ message:JSON.stringify(value) })}})})
呈现:
打印结果: