📜  如何在css代码示例中删除项目符号

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

代码示例3
ul.ba {
    list-style-type: none;
}