vb中通过command命令改变label中字体大小的代码怎么写

2025-03-09 13:49:34
推荐回答(1个)
回答1:

Private Sub Command1_Click()
Label1.FontSize = 12 '数字自行更改
End Sub