摘要: 怎么让这个按学号的大小排前后顺序 public class Main { // 主函数 public static void main(String[] args) { Student[] stu = new Student[]{ new Ben("张三", 19, 002, "本科生"), new 阅读全文
posted @ 2020-06-15 16:15 JespSunny 阅读(443) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-02-18 13:54 JespSunny 阅读(67) 评论(0) 推荐(0) 编辑
摘要: 调 整 视 频,页 面 预 览 class="video-js vjs-default-skin" controls="controls" preload="none" poster="http://video-js.zencoder.com/oceans-clip.jpg" data-setup= 阅读全文
posted @ 2021-02-07 14:02 JespSunny 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-01-31 18:11 JespSunny 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 对于类和封装的学习,学习了private这个函数,但是到练习的时候,出现了问题...... 问题描述: 类里面的年龄(age)使用了private函数,在srtAge里面添加了一个判断,(用来判断数字,当age>=18的时候右边运行还是会显示else里的语句,只有age>=0的时候,才会运行正常。想 阅读全文
posted @ 2020-05-16 22:50 JespSunny 阅读(706) 评论(0) 推荐(0) 编辑