04 2021 档案

摘要:一.if语句: equals:判断字符串是否相等 String s = "Hello"; 例:if(s.equals("Hello")) 二.数组 (Java数组与C语言的区别) 定义上:int[ ] number={10,20,30,40}; 输出数组的另一种方法: for(int x:numbe 阅读全文
posted @ 2021-04-05 18:53 飞翔的肥鸟 阅读(32) 评论(0) 推荐(0)