0
0
已采纳
没学过,不过你可以看这里:
0
0
0
扯!C#是Cshap好吧!!!
这是C#的Helloworld:
using System;
class HelloWorld{
public static void Main(string[] args){
Console.WriteLine("Hello, World!");
}
}
0