encode(buf); }); ``` ### .decode(string) Decodes a URL Safe Base64 string as a buffer. ``` javascript var someURLSafeBase64 = ''; URLSafeBase64.decode( ...
確定! 回上一頁