如果您希望 <ul> 元素占据其父元素中的空间,可以尝试使用以下 CSS 样式: ul { width: 100%; height: auto; margin: 0; padding: 0;} 其中 width: 100%; 将使 <ul> 元素水平方...