什么是ButtonButton是用于显示按钮的UI控件.常见效果如下:基础样例1.普通按钮效果图代码xml2.设置字号效果图代码xml3.设置颜色效果图代码xml4.设置斜体效果图代码xml基础样例完整源代码https:gitee.comhspbcharmonyosdemostreemasterbuttonDemo常用属性说明属性名用途ohos:width设置控件宽度,可设置为:matchparent(和父控件一样),matchcontent(按照内容自动伸缩),设置固定值(如200vp)ohos:height设置控件高度,可设置为:matchpa...