📜  如何在 css 代码示例中列出一些列表并显示一些

📅  最后修改于: 2022-03-11 14:47:37.508000             🧑  作者: Mango

代码示例1
ul li:nth-of-type(1n+4) {display: none;} /* should match your case */