如何分隔两个base64字符串?

 

用逗号或者任意的不在base64字符串内的字符都可以。

All you have to do is to use a separator which is not a valid Basc64 character. Comma is not a base64 character so you can use.

Base64 characters are [0-9a-zA-Z/=+] (all numbers, uppercase, lowercase, forward slash plus and equal sign).

相关文章:

  • 2022-12-23
  • 2021-11-03
  • 2022-12-23
  • 2022-12-23
  • 2021-05-22
  • 2022-12-23
猜你喜欢
  • 2021-07-07
  • 2022-12-23
  • 2022-12-23
  • 2021-11-21
  • 2022-12-23
  • 2021-10-18
  • 2021-12-05
相关资源
相似解决方案