有办法只将部分字符串对象保存到 async-storage 中吗?例如,如果在“result.userPrincipalName”中保存“bob23@hotmail.com”,所以我希望它只保存“bob23”,那么该怎么做呢?
await AsyncStorage.setItem(
'AZURE-USERNAME',
JSON.stringify(
result.userPrincipalName.substring(0, data.indexOf('@'))
)
);
慕森卡
弑天下
杨__羊羊
相关分类