相爱十年卫媛结局:初学c#时hello world遇到的问题:error CS1519

来源:百度文库 编辑:高校问答 时间:2024/05/06 17:48:42
source code:
using System;
class Hello
{
Static void Main(){
Console.WriteLine("hello,world");
}
}
error CS1519: Invalid token 'void' in class, struct, or interface member declaration
怎么会有这问题呢?

不是 Static,而是 static