摘要: package com.xuexiao; public class Text1 { public static void main(String[] args) { // TODO Auto-generated method stub String SS="ABCDE"; String AA="ab 阅读全文
posted @ 2020-03-19 11:36 只是马文龙 阅读(68) 评论(0) 推荐(0)
摘要: package com.xuexiao; public class Text1 { public static void main(String[] args) { // TODO Auto-generated method stub int H=53; int C=23; int D; int G 阅读全文
posted @ 2020-03-19 11:26 只是马文龙 阅读(62) 评论(0) 推荐(0)
摘要: package com.xuexiao; public class Text1 { public static void main(String[] args) { // TODO Auto-generated method stub int a=987; int b; int c; int z; 阅读全文
posted @ 2020-03-19 11:23 只是马文龙 阅读(64) 评论(0) 推荐(0)
摘要: package com.xuexiao; public class Text1 { public static void main(String[] args) { // TODO Auto-generated method stub int a = 1,b = 10; int temp = a; 阅读全文
posted @ 2020-03-19 11:12 只是马文龙 阅读(56) 评论(0) 推荐(0)