选择列表中除了第一个li的其他元素

//选择div中除了第一个li的其他所以li元素
div li:not(:first-child){
        
}
原文地址:https://www.cnblogs.com/vicii/p/6156255.html