while ( ( len=r.read(cs) )!=-1 ) {b=new String(cs,0,len);}
whule循环 括号中是循环条件 当len被赋值后!= -1 的时候就会进入循环 进入循环后为创建b变量赋值