lidaye2396

博客园 首页 新随笔 联系 订阅 管理

2020年8月13日 #

摘要: 继续第六章 遍历数组。使用for与foerach进行遍历。 填充替换数组元素。fill(int[] a,int value),a是指定数组,value是填充元素, fill(int[] a,int fromIndex,int toIndex,int value),索引范围从fromInsex到toI 阅读全文
posted @ 2020-08-13 11:11 lidaye2396 阅读(31) 评论(0) 推荐(0)