java byte[]数组转String

    xiaoxiao2021-03-25  149

    byte[] result = HttpUtils.POST("http://xxxx/project/get", obj.getBytes()); String t = new String(result);
    转载请注明原文地址: https://ju.6miu.com/read-4673.html

    最新回复(0)