列表标签 凉柚鹿 2023-08-15 82 阅读1分钟 无序列表 <ul type='disc(实心圆)/square(实心方块)/circle(空心圆)'> <li></li> </ul> 有序列表 <ol type='1(数字)/a(小写字母)/A(大写字母)/i(小写罗马字母)/I(大写罗马字母)'> <li></li> </ol> 自定义列表 <dl> <dt>aa</dt> <dd>bb</dd> </dl> 其中bb用来解释aa