摘要:
package com.atguigu.test10; import org.junit.Test; /* * 字符串的兄弟类: * * String:不可变对象。一旦修改就会有新对象。 * 引入:可变字符序列,StringBuffer和StringBuilder * * StringBuilder 阅读全文
摘要:
package com.atguigu.test09; import org.junit.Test; /* * 方法系列(4): * (1)boolean startsWith(xx) * (2)boolean endsWith(xx) */ public class TestStringMetho 阅读全文