今日看公司代码时发现,在string和byte数组转换的过程中,大量的无聊try catch。 ... String string = new String(bytes, "utf-8"); byte[] bytes ...
確定! 回上一頁