HarmonyOS 鸿蒙Next:Property 'decodeToString' does not exist on type 'TextDecoder'
HarmonyOS 鸿蒙Next:Property ‘decodeToString’ does not exist on type ‘TextDecoder’
调用`textDecoder.decodeToString`找不到`decodeToString`方法 环境:api 12



更多关于HarmonyOS 鸿蒙Next:Property 'decodeToString' does not exist on type 'TextDecoder'的实战教程也可以访问 https://www.itying.com/category-93-b0.html
4 回复
贴主知道问题原因了么,我也有一样的问题,是不是版本的原因?
更多关于HarmonyOS 鸿蒙Next:Property 'decodeToString' does not exist on type 'TextDecoder'的实战系列教程也可以访问 https://www.itying.com/category-93-b0.html
文档里decodeToString方法的入参是2个,你只填了一个入参,应该是没找到一个入参对应的方法