标签:style color string [] size span logs c# code
string[] arraymax = new string[5];
string[] arraymin = new string[3];
string[] arraystr = new string[] {"11","22","33","44" };
arraymax = arraystr;//变成和arraystr一样
arraymin = arraystr;//变成和arraystr一样
标签:style color string [] size span logs c# code
原文地址:http://www.cnblogs.com/longdb/p/7115715.html