#text-overflow
Defines how the hidden text content behaves if it's overflowing.
            默认属性
          text-overflow: clip;
        
The text content is clipped and not accessible.
          text-overflow: ellipsis;
        
The overflowing content is replaced by an ellipsis: …