📌  相关文章
📜  typescript 检查字符串是否为 base64 或不是 src 的路径 - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:28.356000             🧑  作者: Mango

代码示例1
//Check if the string start with 'data:' and it should be a base64 string 
string.startsWith("data:"))