摘要: 一,基本运算符 + - * / %(取余) 1.+: int a =5; short b = 4; System.out.println(a+b); 【9】 System.out.println("a"+5); //双引号是字符串 在字符串中使用代表的是拼接 【a5】 System.out.prin 阅读全文
posted @ 2019-01-01 17:07 不断寻找 阅读(255) 评论(0) 推荐(0)