问题详情
设置标签Label1的()属性使它不可见。
A、Label 1.Visible = 0
B、 Label 1.Visible == 1
C、 Label1.Visible = True
D、 Label 1.Visible = False