Apart from strings you can also encode lists of integers or characters: Example: ... import std/base64 assert encode("c\xf7>", safe = true) == "Y_c-" assert ...
確定! 回上一頁