Memoryizz

2018年11月14日

java -03 三元运算符和for和switch

摘要: import java.math.BigInteger; class Threeyaun{ public static void main(String[] args){ //______________________________________________________________ 阅读全文

posted @ 2018-11-14 13:37 Memoryizz 阅读(362) 评论(0) 推荐(0)

java 02 --test

摘要: class test{ public static void main(String[] args){ int i =257 ; byte b = (byte) i; System.out.println(b); byte b1 = -126; //整型 System.out.println(~b1 阅读全文

posted @ 2018-11-14 12:00 Memoryizz 阅读(159) 评论(0) 推荐(0)

导航