當前位置:首頁
> html的td的文字不換行
html的td的文字不換行(html中table的tr不換行)
首先要確保table或者td沒有寬度限制,然后設(shè)置td禁止換行 table tablelayoutfixed td width100%wordbreakkeepallwhitespacenowrap。 在HTML中換行,請使用換行標簽ltbr 一個ltbr 等價于一個換行符請注意,有段落語義的地方,...