Exception in thread "main" java.lang.Error: Unresolved compilation problem:
The method main cannot be declared static; static methods can only be declared in a static or top level type
...全文
1056打赏收藏
求助:Eclipse报错
Exception in thread "main" java.lang.Error: Unresolved compilation problem: The method main cannot be declared static; static methods can only be declared in a static or top level type