摘要: public class DemoText { public static void main(String[] args) { fun(); } public static void fun(){ String s="heLLo"; String s2=s.substring(0,1); Syst 阅读全文
posted @ 2019-03-18 22:19 白云之间 阅读(1215) 评论(0) 推荐(0)
摘要: public class DemoText { public static void main(String[] args) { fun1(); } public static void fun1(){ String s = "hello word Ok Yes hello hello"; int 阅读全文
posted @ 2019-03-18 22:18 白云之间 阅读(1526) 评论(0) 推荐(0)