gpt4 book ai didi

html - hpricot 将属性添加到 HTML 标记?

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

有人可以解释一下如何使用带有 Hpricot gem 的 Ruby 将自定义属性添加到 HTML 标签吗?

我有一个看起来像这样的标签:

<div class="test" id="tag1" style="">

我想添加一个名为“Readable=0”的自定义整数属性,它看起来像这样:

<div class="test" id="tag1" style="" readable=0>

这可能吗?

最佳答案

尝试:

element.set_attribute "readable", "0"

或者如果你有一个Hpricot::Elements:

elements.set "readable", "0"

关于html - hpricot 将属性添加到 HTML 标记?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3437020/

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