gpt4 book ai didi

html - 在不使用 .text 的情况下将 Nokogiri XML 对象转换为字符串

转载 作者:太空狗 更新时间:2023-10-29 14:53:44 25 4
gpt4 key购买 nike

我有一个对象,它是 < td > 的子对象标签。类(class)是ctext相关数据在< b >内标签.标签

我选择了节点:

td.css(".ctext b")

它似乎有效。我得到类似的结果:

< b >Flying< br >< br >At the beginning of each combat, choose first strike, vigilance, or lifelink. Creatures you control gain that ability until end of turn.< /b >

如果我使用:

td.css(".ctext b").text

将其转换为字符串,我得到:

FlyingAt the beginning of each combat, choose first strike, vigilance, or lifelink. Creatures you control gain that ability until end of turn.

我需要的是能够转换 td.css(".ctext b") ,我认为这是一个 Nokogiri xml 节点,用于在不剥离 HTML 标签的情况下进行字符串化。我需要保留 < br >秒。

最佳答案

您需要 .inner_html 而不是 .text

关于html - 在不使用 .text 的情况下将 Nokogiri XML 对象转换为字符串,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15892005/

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