注释
摘要:1.单行注释--主要是对单行代码变量进行解释说明 public class 名称{ public static void main(String[]args){ //注释内容 System.out.println(); } } 2.多行注释--可以一次为多行代码进行注释 public class 名
阅读全文
posted @ 2017-05-10 18:01
posted @ 2017-05-10 18:01
posted @ 2017-05-10 10:17
posted @ 2017-05-09 22:06