byte[] encodeBase64 = Base64.encodeBase64("到了是是是是".getBytes("UTF-8"));  
        System.out.println("RESULT: " + new String(encodeBase64));  
import org.apache.commons.codec.binary.Base64; 

 

相关文章:

  • 2021-10-10
  • 2021-09-23
  • 2021-05-16
  • 2022-12-23
  • 2021-12-07
  • 2021-10-17
  • 2022-01-02
猜你喜欢
  • 2021-08-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-13
相关资源
相似解决方案