小程序
小游戏
企业微信
微信支付
扫描小程序码分享
微信小程序好像阉割了TextEncoder / TextDecoder 导致本地实现编码非常痛苦,即使是最简单的字符串转成utf8字节流都只能通过encodeURIComponent间接实现,gbk更是蛋疼,
各位大佬有没有什么简单快捷的方式实现字符串和字节流之间的转换啊
微信的官方能不能放开TextEncoder / TextDecoder的限制啊
1 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
请参考 MDN 官方解决方案
https://developer.mozilla.org/en-US/docs/Glossary/Base64#solution_2_%E2%80%93_rewriting_atob_and_btoa_using_typedarrays_and_utf-8
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
请参考 MDN 官方解决方案
https://developer.mozilla.org/en-US/docs/Glossary/Base64#solution_2_%E2%80%93_rewriting_atob_and_btoa_using_typedarrays_and_utf-8