CSS Selector: [id^=item] - Targeting Elements with IDs Starting with 'item'
This is a CSS selector that targets all elements with an ID attribute that starts with 'item'. For example, it would target elements with IDs like 'item-1', 'item-2', 'item-3', and so on.
原文地址: https://www.cveoy.top/t/topic/mRdH 著作权归作者所有。请勿转载和采集!