[1],; bstr = atob(_arr),; n = bstr.length,; u8arr = new Uint8Array(n);; while (n--) {; u8arr[n] = bstr.charCodeAt(n);; }; return new ...
確定! 回上一頁