util.TextEncoder工具类encodeInto方法会崩溃
现象: 应用使用https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/reference/apis/js-apis-util.md#constructor9-1提供的encodeInto接口崩溃。 测试代码: try { let textEncoder = new util.TextEncoder('gbk');
·
现象:
应用使用https://gitee.com/openharmony/docs/blob/master/zh-cn/application-dev/reference/apis/js-apis-util.md#constructor9-1 提供的encodeInto接口崩溃。
测试代码:
try {
let textEncoder = new util.TextEncoder('gbk');
textEncoder.encodeInto('ABCDEFGHIJKLMNOPQRSTUVWXYZ')
} catch (e) {
console.error(`/// textEncoder err ${e.message}`)
}
崩溃日志:
请参考附件:encoder崩溃.txt
求助:
1、为什么try catch捕获不到异常?
2、为什么会出现这种崩溃?
更多推荐
已为社区贡献8条内容
所有评论(0)