上一页 1 ··· 6 7 8 9 10 11 12 下一页
摘要: 阅读全文
posted @ 2016-04-07 21:45 尤痴武 阅读(112) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.or 阅读全文
posted @ 2016-04-07 20:10 尤痴武 阅读(147) 评论(0) 推荐(0) 编辑
摘要: namespace ConsoleApplication23{ class Program { static void Main(string[] args) { string n = "asfnsjasnbdkasngowrmlaswnlofienm"; int a = n.IndexOf("as 阅读全文
posted @ 2016-04-04 20:50 尤痴武 阅读(1253) 评论(0) 推荐(0) 编辑
摘要: namespace ConsoleApplication23{ class Program { static void Main(string[] args) { string s = "370322199501216715"; Console.WriteLine(s.Length); string 阅读全文
posted @ 2016-04-04 20:47 尤痴武 阅读(260) 评论(0) 推荐(0) 编辑
摘要: namespace ConsoleApplication11{ class Program { static void Main(string[] args) { int m1 = 31, m = 28, m2 = 31, m3 = 30, m4 = 31, m5 = 30, m6 = 31, m7 阅读全文
posted @ 2016-03-31 21:52 尤痴武 阅读(184) 评论(0) 推荐(0) 编辑
摘要: namespace ConsoleApplication9{ class Program { static void Main(string[] args) { Console.Write("姓名:"); Console.ReadLine(); Console.WriteLine("成绩:"); d 阅读全文
posted @ 2016-03-31 21:51 尤痴武 阅读(110) 评论(0) 推荐(0) 编辑
摘要: namespace ConsoleApplication8{ class Program { static void Main(string[] args) { Console.Write("请输入年份:"); int a = int.Parse(Console.ReadLine()); if (a 阅读全文
posted @ 2016-03-31 21:50 尤痴武 阅读(104) 评论(0) 推荐(0) 编辑
摘要: namespace ConsoleApplication7{ class Program { static void Main(string[] args) { while (true) { Console.WriteLine("输入性别"); string s = Console.ReadLine 阅读全文
posted @ 2016-03-31 21:49 尤痴武 阅读(114) 评论(0) 推荐(0) 编辑
摘要: namespace ConsoleApplication6{ class Program { static void Main(string[] args) { while (true) { Console.WriteLine("请输入整数a:"); int a = int.Parse(Consol 阅读全文
posted @ 2016-03-31 21:48 尤痴武 阅读(161) 评论(0) 推荐(0) 编辑
摘要: namespace ConsoleApplication5{ class Program { static void Main(string[] args) { Console.Write("请输入时间"); int a = int.Parse(Console.ReadLine()); string 阅读全文
posted @ 2016-03-31 21:47 尤痴武 阅读(194) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 下一页