Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我要编码一个字符串。
首先我使用了 shell 命令: $ echo "teststring" | base64 dGVzdHN0cmluZwo=
但是当我使用在线工具时,http ://www.motobit.com/util/base64-decoder-encoder.asp 结果是:dGVzdHN0cmluZw==
为什么它们不同?
echo最后输出字符串和换行符。如果您只想要您提供的字符串,请使用echo -n
echo
echo -n