CSS 单行 多行文本溢出显示省略号

单行文本css overflow: hidden; text-overflow:ellipsis; white-space: nowrap;   多行文本溢出显示省略号:html <style type="text/css" media="screen"> p { width: 300px; height: 72px; line-height: 36px; disp
相关文章
相关标签/搜索