摘要:
string [] cities={"London","Amsterdam","San Fran","a"}; GridView1.DataSource=from city in cites where city.length>4 orderby city select city.ToUpper() 阅读全文
posted @ 2016-03-14 23:17
大喜
阅读(277)
评论(0)
推荐(0)
开心