摘要: import java.util.*;public class Demo3 { public static void main(String args[]){ String str = "hello world I love python!"; //字符串长度 System.out.print... 阅读全文
posted @ 2015-07-08 15:13 李雷雷alexkn 阅读(216) 评论(0) 推荐(0) 编辑
摘要: //java类型转换public class Demo2 { public static void main(String[] args){ int num1 = 55; int num2 =77; String str3 = "12355588"; String str4 = "12345... 阅读全文
posted @ 2015-07-08 14:46 李雷雷alexkn 阅读(232) 评论(0) 推荐(0) 编辑