0
0
已采纳
薛乘志
初级启示者
初级启示者
没学过,不过你可以看这里:
0
0
0
陈泽睿
高级光能
高级光能
扯!C#是Cshap好吧!!!
这是C#的Helloworld:
using System;
class HelloWorld{
public static void Main(string[] args){
Console.WriteLine("Hello, World!");
}
}
0