📅  最后修改于: 2022-03-11 14:47:27.344000             🧑  作者: Mango
代码示例1
ul li { list-style: none; display: inline; }
ul li:after { content: " \00b7"; }
ul li:last-child:after { content: none; }