搜索文档
isValidBase64Format(val): boolean
val
boolean
是否为有效的 base64格式
string
Example
isValidBase64Format('data:image/gif;base64,xxxx==') => true