gpt4 book ai didi

css - 如何在 CSS 中选择多个 id?

转载 作者:行者123 更新时间:2023-11-28 15:47:01 25 4
gpt4 key购买 nike

如何在 CSS 中选择多个 ID?例如:

#test_id_*{

}
<div id="test_id_10"></div>
<div id="test_id_11"></div>

最佳答案

使用 attribute selectorid 属性上:

[id^='test_id_'] { color: red; }

描述:

[attr^=value] represents an element with an attribute name of attr and whose first value is prefixed by "value".

关于css - 如何在 CSS 中选择多个 id?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43648365/

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