public ? static creatArray(){ List<int> arr=new List<int>(); List<int> brr=new List<int>(); ........ ........ return {arr,brr}; }
我要得到两个 List 即:arr 和brr,请问这样写对吗? 那该怎么return , 问号处的类型怎么填?新手求指教!
慕设计2395807
相关分类