Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为什么这还在包装?这是我的代码:
<table> <tr> <td class="nowrap"> $<input type="text" name="test" value="" /> </td> </tr> </table>
和 CSS:
.nowrap { whitespace: nowrap; }
它white-space: nowrap;带有连字符。
white-space: nowrap;