Fork me on Gitee
摘要: equals与==的区分 对于比较数值 public class Test { public static void main(String[] args){ int a=30; int b=30; System.out.println("hellow world!"); System.out.pr 阅读全文
posted @ 2018-03-10 09:23 明叶师兄。 阅读(190) 评论(0) 推荐(0)