}
class Test
{
public static void main(String args[])
{
String s=" abc cd ";
System.out.println(s);
MySrim my=new MySrim(s);
s = my.method();
System.out.println(s);
}
}作者: 高鑫 时间: 2012-5-26 00:51
栗培文 发表于 2012-5-26 00:12
int end=s.length();//s还没有赋值,显示空指针异常
while(start