摘要: 例2.1将字符赋给整形变量 1 public class cjava { 2 public static void main (String[] args){ 3 int a,b; 4 a='A'; 5 b='B'; 6 System.out.println("a="+a+",b="+b); 7 } 阅读全文
posted @ 2020-08-10 16:33 敲敲代代码码 阅读(95) 评论(0) 推荐(0)