第700天 使用css写一个获取ul下的第3到第15个li的元素 [3+1官网](http://www.h-camel.com/index.html) [我也要出题](http://www.h-camel.com/contribution.html)
Activity
21haoshaonian commentedon Mar 16, 2021
ul li:nth-child(-n+15):nth-child(n+3){}