[Android Pro] http请求中传输base64出现加号变空格的解决办法

reference to : http://blog.csdn.net/jsjwbxzy/article/details/45970231

    try {
        des = URLEncoder.encode(des, "UTF-8");
    } catch (UnsupportedEncodingException e) {
        e.printStackTrace();
    }

 

posted @ 2016-10-14 17:43  demoblog  阅读(1847)  评论(0编辑  收藏  举报