摘要: First of all, the final result is certain that I won’t pass today’s CET-6 test. I’m not so surprise about the result, because I have foreseen it the d 阅读全文
posted @ 2020-09-20 00:32 夕風吹雨 阅读(109) 评论(0) 推荐(0)
摘要: Java的数据类型分类 与其他高级语言基本一致,Java的数据类型基本可以分为两类: 基本数据类型 引用数据类型 基本数据类型 Java提供了8种基本类型,其中6种为数字类型,1种为字符类型,1种为布尔类型 byte short int long float double boolean char 阅读全文
posted @ 2020-03-25 15:27 夕風吹雨 阅读(87) 评论(0) 推荐(0)