CreateInstance(ref strArray);public string[] CreateInstance(ref string[] aa)
{
aa[1] = "haha";
return aa;

+ref应该就能完成你想要的情况. -_______________-b