同问
开发者问题收集
如何避免获取数据时为 null 或 undefined?
我从 catch(error) console.log 中收到错误,内容是LOG [TypeError: Array.from 需要类似数组的对象 - 非 null 或 undefined]现在我想在我的函数中避免出现 null 或 undefined,然后再在 useState中更新它。那么我怎样才能避免我的代码中出现 null 或 undefined?我应该在哪里使用该函数,因为我正在从 AP
javascript
react-native
function
filter
try-catch
2022-10-27
«
1
»