Zepto 大于选择器

Zepto greater than selector

是否可以在 Zepto 中做这样的事情来选择大于或小于索引的元素:

$( "td:gt(4)" ).css( "backgroundColor", "yellow" );
$( "td:gt(-2)" ).css( "color", "red" );

https://api.jquery.com/gt-selector/

相同

简答:否

更长的答案:根据 zepto js JQuery CSS extensions are not supported. Zepto has some CSS extended selectors (github),但这也不支持您正在寻找的功能。