我有包含%转义字符的字符串,比如%20和%5B,我想将它转换为"普通"字符,例如\for %20和[for %5B.
%20
%5B
\
[
我怎样才能做到这一点?
string bash ascii utf-8
ascii ×1
bash ×1
string ×1
utf-8 ×1