1c# 字母大小写转换string str="ZhouHai";
2c# 字母大小写转换
3c# 字母大小写转换str.ToUpper();//大写
4c# 字母大小写转换
5c# 字母大小写转换str.ToLower();//小写

相关文章: