gpt4 book ai didi

css - 在CSS中使用正则表达式匹配数字

转载 作者:太空宇宙 更新时间:2023-11-04 12:01:01 31 4
gpt4 key购买 nike

我有一堆行的 ID 包含一个数字作为名称,如下所示:

<tr id="839" class="stock">
...
<tr id="2493" class="stock">
...
<tr id="4156" class="stock">
...

当我应用这个时,我的 CSS 规则失败了:

tr[id=^['[0-9]'] {
//CSS rules goes here
}

最佳答案

以您的示例为例,您最好将它们定位为

tr.stock {}

备注:IDs shouldn't start with a number

JQuery 也可以是一个选项:jQuery selector regular expressions

关于css - 在CSS中使用正则表达式匹配数字,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29811937/

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