level 6
格式一:
class Demo{
public static void main(String[] args) {
System.out.println("Hello World!");
}
}
格式二:
class Demo
{
public static void main(String[] args)
{
System.out.println("Hello World!");
}
}
2016年03月03日 12点03分
1
level 14
这个无所谓,这就是所谓的代码风格,萝卜白菜,各有所爱
2016年03月03日 12点03分
3