方法很多,比如说数组所在窗体为Form1,形如12345public partial class Form1 : Form{//定义数组public static string[] myarr=new string[10];}然后你在其它窗体中,就可以用Form1.myarr来访问这个数组