原文:#請用索引取出下面list的指定元素:

usr bin python coding: utf L Apple , Google , Microsoft , Java , Python , Ruby , PHP , Adam , Bart , Lisa 打印Apple: print L 打印Python: print L 打印Lisa: print L ...

2016-10-14 14:06 0 2065 推薦指數:

查看詳情

List指定元素

例如: List<string> list = new List<string>(); list.Take(50).ToList();//取前50條 list.Skip(10).Take(30).ToList();//跳過List前10條,然后取接下來的30條 ...

Mon Oct 19 18:23:00 CST 2020 0 1204
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM