gpt4 book ai didi

ios - 从 Xcode 打印的字典日志创建 NSDictionary

转载 作者:行者123 更新时间:2023-11-29 02:17:13 27 4
gpt4 key购买 nike

是否可以从 xcode 显示的日志区域的字符串数据创建字典。喜欢

0 = {
"Key1" = "ABC";
};
1 = {
"Key1" = "DEF";
};

最佳答案

没办法。 NSLog 的输出纯粹用于调试目的。你根本没有机会从中重建一本字典。甚至不要尝试。

你到底想要实现什么目标?

关于ios - 从 Xcode 打印的字典日志创建 NSDictionary,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28624602/

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