if (list.Length > 0)
{
array = list.Split('''','''');
}
return array;
上一页 [1] [2] [3] [4] [5] [6] [7]