CSS控制文字內容換行與不換行

強制要求文字不換行:css div{ white-space:nowrap; } 要求文字自動換行:spa div{ word-wrap: break-word; word-break: normal; }
相關文章
相關標籤/搜索