2020年10月6日
摘要: 1.package 变量的类型转换; public class Example01 { public static void main(String [] args) { int unm=4; byte b=(byte) 4; System.out.println(b); } } 结果: 2.pac 阅读全文
posted @ 2020-10-06 20:16 张德明 阅读(293) 评论(0) 推荐(0)