使用空格定义代码块
pubic static void main(String[] args) {
System.out.println("Hello world");
}
测试结果:成功
使用反引号定义代码块
pubic static void main(String[] args) {
System.out.println("Hello world");
}
测试结果:成功
使用反引号定义代码块,并定义高亮
pubic static void main(String[] args) {
System.out.println("Hello world");
}
测试结果:成功