byte[] buffer=new byte[7]; leng=is.read(buffer); receiveData=new String(buffer,"UTF-8");//receiveData是一个String对象