这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《刚接触c#,试着写了一下,不知道错哪了》回复:
谢谢各位,没想到错这里了...
在讨论《刚接触c#,试着写了一下,不知道错哪了》回复:
这样看的清楚一点 ``` using System; namespace HellowWorld { class Program1 { static void Main() { string n = "Hellow,World!"; Console.WriteLine(n); } } } ```
using System; namespace HellowWorld { class Program1 { static void Main() { string n = "Hellow,World!"; Console.WriteLine(n); } } }