Search
❯
Oct 07, 20251 min read
将二进制转换成Base64字符串 base64 -i 1.jpg -o base64.txt
将Base64字符串转换成二进制 base64 -i base64.txt -o aaa.zip -d