摘要:
---恢复内容开始---1.对查询结果进行转换。string[] names={"ADE","Jerry","Steves"};var ns=from s in names where s.StartWiths("A") Select s.ToLow... 阅读全文
摘要:
1.对查询结果进行转换。string[] names={"ADE","Jerry","Steves"};var ns=from s in names where s.StartWiths("A") Select s.ToLower();foreare... 阅读全文