byte [] byteArray = Base64.getDecoder().decode(base64Str);. 说明:使用jdk自带的Base64.java类实现,但是jdk版本必须>=1.8。
確定! 回上一頁