循环与限制(C#-4)
[code lang="csharp"] //异常捕获 try { Console.WriteLine("输入数字:"); name = Console.ReadLine()
...Read more...
数人世相逢,百年欢笑.
[code lang="csharp"] //异常捕获 try { Console.WriteLine("输入数字:"); name = Console.ReadLine()
...Read more...
异常捕获 [code lang="csharp"] try { //正常代码 } catch { //错误提示 } [/code] && || ! &&am
...Read more...
变量:字母,_或@开头,中文 [code lang="csharp"] int a = 10; int b = 1, c = 2, d = 3; double pi = 3.14; char s
...Read more...
理由:想学,就学了 .net->.Net Framework框架,一种平台,一种技术 C#编程语言 在.net平台上 开发桌面应用程序叫winform internet应用 ASP.NET
...Read more...