public ? static creatArray(){
List<int> arr=new List<int>();
List<int> brr=new List<int>();
........
........
return {arr,brr};
}我要得到两个 List 即:arr 和brr,请问这样写对吗? 那该怎么return , 问号处的类型怎么填?新手求指教!
2 回答
添加回答
举报
0/150
提交
取消