08 2015 档案

摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication58{ class Program { static ... 阅读全文
posted @ 2015-08-05 20:37 MySpace2015 阅读(341) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication55{ class Program { static ... 阅读全文
posted @ 2015-08-05 19:56 MySpace2015 阅读(149) 评论(0) 推荐(0)
摘要:string strA = "";//空字符串 int 1 = strA.Length;//属性,不带括号 Console.ReadLine();//方法或函数,带括号 strA = st... 阅读全文
posted @ 2015-08-05 19:46 MySpace2015 阅读(81) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication42{ class Program { static ... 阅读全文
posted @ 2015-08-04 20:55 MySpace2015 阅读(366) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication25{ class Program { static ... 阅读全文
posted @ 2015-08-03 20:17 MySpace2015 阅读(382) 评论(0) 推荐(0)
摘要:3.电信运营商客服电话using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication11{ class Program { ... 阅读全文
posted @ 2015-08-01 20:46 MySpace2015 阅读(85) 评论(0) 推荐(0)
摘要:2.判断奇偶数using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication10{ class Program { ... 阅读全文
posted @ 2015-08-01 20:45 MySpace2015 阅读(124) 评论(0) 推荐(0)
摘要:1.三个数中选最大值using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication18{ class Program { ... 阅读全文
posted @ 2015-08-01 20:44 MySpace2015 阅读(111) 评论(0) 推荐(0)