textarea自动换行如何设置_百度知道
[专业]答案:直接设置下textarea的length即可,之后到达固定的长度就会自动换行: <textarea style="width: 200px;height: 200px;"></textarea> <script> document...更多关于如何实现<textarea> placeholder自动换行?的问题>>
怎么让textArea不自动换行_百度知道
怎么让textArea不自动换行孙叔2168 我有更好的答案 1条回答 这样就可以了:HTML code<textarea style="white-space:nowrap; overflow:scroll;" cols="80" ...更多关于如何实现<textarea> placeholder自动换行?的问题>>