摘要: 1 public class operatorTest05 { 2 //猜猜z的值是? 3 public static void main(String[] args) { 4 boolean x = true; 5 boolean y = false; 6 short z = 40; 7 if ( 阅读全文
posted @ 2020-01-16 23:28 Goldexperience 阅读(199) 评论(0) 推荐(0)