摘要:
这次我们来谈谈函数。 C#的函数分为静态函数,和普通函数。 先上代码。 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threa 阅读全文
摘要:
有输出,当然有输入。这样才会有人机交互。 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 阅读全文