link环境下如何批量操作控件,控件名没有规律可以办到么?
用数组,比如说Label[] lbls = { label1, lblText, LabelAAA, ... };foreach (Label item in lbls)...