... <title>网格布局+ 截断文本</title> <style> .box { display: grid; ... white-space: nowrap; text-overflow: ellipsis; width: 200px; ...
確定! 回上一頁