gpt4 book ai didi

macos - 从 Python 字典创建 NSDictionary

转载 作者:行者123 更新时间:2023-12-01 12:47:33 24 4
gpt4 key购买 nike

如何从 Python 字典中获取 NSDictionary(以便我可以在其上调用 description)?

最佳答案

>>> d = NSDictionary.dictionaryWithDictionary_({"foo": "bar"})
>>> type(d)
<objective-c class __NSDictionaryI at 0x7fff7ae34688>
>>> d.description()
u'{\n foo = bar;\n}'
>>> d
{
foo = bar;
}
>>>

关于macos - 从 Python 字典创建 NSDictionary,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14471626/

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