gpt4 book ai didi

Ruby:XmlSimple 奇怪的行为还是做错了?

转载 作者:太空宇宙 更新时间:2023-11-03 16:09:53 27 4
gpt4 key购买 nike

require 'rubygems'
require 'xmlsimple'

data = XmlSimple.xml_in("<Product><ProductId>12341234</ProductId><Title>Some text here, 11234. and here, 234. and here </Title></Product>")
puts data['Title'].is_a? Array

为什么是数组而不是字符串? O_o

谢谢;)

最佳答案

使用:

data = XmlSimple.xml_in yourxml, { 'ForceArray' => false}

选项默认为 true,因为通常您希望将嵌套元素折叠成散列。

关于Ruby:XmlSimple 奇怪的行为还是做错了?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6180123/

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