卫星信号屏蔽器:初学c#时hello world遇到的问题:error CS1519

来源:百度文库 编辑:神马品牌网 时间:2024/05/02 01:57:32
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