解决Base64解码返回的字符串乱码问题:

String deqdata=new String(Base64.decodeBase64(respData),"utf-8");