我的清单定义为:
List<string> firstNames = new List<string>();
当我在这个列表中添加一些字符串时,如何从列表中检索随机字符串?就像是:
string currName = someFunctionOf (firstNames);
c#
我想测试数值0-32和99的变量("userChoice")
除第一个字母外,如何将文本字符串更改为小写
c# ×3