Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在桌子上应用斑马图案(即对奇数行和偶数行应用不同的背景颜色)。所有行都是使用条件动态生成的。即,如果我在数据库中有 10 条记录,那么表中可能只有 4 或 5 条记录。
要应用斑马图案,我需要检查前一行的图案,因为行是动态创建的。经过一番谷歌搜索,我发现 xsl 中的变量是不可变的。因此,我不能在一个 if 条件下增加变量的值,并在下一个条件下检查相同的值。
有什么相同的建议吗?