<!doctype html> <html lang="zh-CN"> <head> <meta charset="utf-8" /> <title></title> <style type="text/css"> p { height: 1.5em; line-height: 1.5em; width: 10em; /* IE6 需要定义宽度 */ overflow: hidden; white-space: nowrap; text-overflow: ellipsis; /* 没有浏览器兼容性问题 */ } </style> </head> <body> <p>二八杠二八杠二八杠二八杠二八杠二八杠二八杠二八杠</p> </body> </html>