把控件定义为数组,动态添加到窗口中。
Dim labels() As String = {"label1","label2","label3","label4"}
然后我想把每个控件的text属性也定义为数组,把每个值都分配对应到上面的控件中。这个用数组方式怎么定义?