摘要: public class Domo04 { public static void main(String[] args) { //类型转换 由于java是强类型语言,所以要进行有些运算的时候的,需要用到类型转换 //低》》》》》》》》》高 //byte short,char ->int long f 阅读全文
posted @ 2021-08-07 14:43 gfjf 阅读(306) 评论(0) 推荐(0)
摘要: 1. public class Demo01 { public static void main(String[] args) { String A="liuao"; String z="liuao"; String $="liuao"; String _="liuao"; //所有的字符都以字母大 阅读全文
posted @ 2021-08-07 10:32 gfjf 阅读(286) 评论(0) 推荐(0)