20
如何检查字符串是否为Base64编码
我想解码Base64编码的字符串,然后将其存储在数据库中。如果输入不是Base64编码的,我需要抛出一个错误。 如何检查字符串是否为Base64编码?
194
base64