Java注释
单行 多行 文档
public class HelloWorld {
public static void main (String [] args) {
//output hello world
/* output
hello
world
*/
/**
* @description helloword
* @author alex
*/
System.out.println("Hello World!");
}
}
浙公网安备 33010602011771号