摘要:
public class comstring { public static void main(String[] args) { // TODO Auto-generated method stub String a ="70099999"; String b = "RH007"; String 阅读全文
摘要:
public class compint { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub// int a = 70071234; int a = In 阅读全文
摘要:
public class TestConvert2 { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub int i = 1,j; float f1 = 0 阅读全文
摘要:
public class TestConvert { /**容量小的类型自动转化为容量大的类型数据类型按容量大小排列 * byte,short,char -> int ->long->float->double * @param args前三种不相互转换,计算时先转回int */ public st 阅读全文