各位大佬的 IDEA 主题是什么样子的?用下面这段代码试一下
@Component
public class HelloWorld {
private String message = "World";
public static void main(String[] args) {
helloworld(new HelloWorld().getMessage());
}
public static void helloworld(String meg) {
String message = "Hello";
message += meg;
System.out.println(message);
}
public String getMessage() {
return this.message;
}
}
附图:
1
w292614191 2019-09-03 15:28:48 +08:00
One dark italic
Fira Code Retina |
2
Wao 2019-09-03 16:03:51 +08:00
![批注 2019-09-03 160314.png]( https://i.loli.net/2019/09/03/6NcytORSfamEJhz.png)
|
3
yukiww233 2019-09-03 16:10:03 +08:00
|