gpt4 book ai didi

ios - 将文本从 uitextfield 存储到字典键

转载 作者:行者123 更新时间:2023-11-28 22:39:45 26 4
gpt4 key购买 nike

有没有办法从 uitextfield 中获取文本并将其保存到某个键的字典中?我尝试了多种组合,但要么失败,要么不输入文本。这是我现在无法使用的:

NSString *string = self.userName.text;
string = [registration objectForKey:@"Username"];

但它根本不输入信息。有什么想法吗?

最佳答案

假设您已经为注册实例化了一个NSMutableDictionary实例:

[registration setObject:string forKey:@"Username"];

将给定键的值放入字典中,并且

string = [registration objectForKey:@"Username"];

将检索它。

关于ios - 将文本从 uitextfield 存储到字典键,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14904464/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com