gpt4 book ai didi

python - 从 lxml.objectify.IntElement 获取 str 或 int

转载 作者:行者123 更新时间:2023-11-28 16:37:05 24 4
gpt4 key购买 nike

您好,我在 objectify-element 中有一个不同类型值的字典,我想从这些值中获取 python 类型。

例如

print type(deal['id'])

会打印出来

<type 'lxml.objectify.IntElement'>

但我想要这样的值

<type 'int'>

非常感谢您的帮助!

最佳答案

实际上,只需执行deal['id'].pytype

因为我没有使用 objectify 的解析器,而是使用了标准的 XMLParser,所以我花了一些时间才把这一切都整理好。

在反复阅读同一篇文章几个小时后,我看到了 Objectify Help Docs提供所有信息。

关于python - 从 lxml.objectify.IntElement 获取 str 或 int,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24656695/

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