2018年3月9日

摘要: 表数据: stu score 结果: 阅读全文
posted @ 2018-03-09 11:17 楼兰芊 阅读(176) 评论(0) 推荐(0)
 
摘要: public int[] getMaxCount(string str) { int[] numbers = new int[10]; foreach (var c in str) { int num = Convert.ToInt32(c.ToString()); ... 阅读全文
posted @ 2018-03-09 11:07 楼兰芊 阅读(1081) 评论(0) 推荐(0)