HTML5 中,<textarea> 的 placeholder 如何进行换行?

<textarea placeholder="this is line 1\n this is line 2\n this is line 3"></textarea>

这种写法是无效的。

阅读 31.7k
5 个回答
placeholder="字体&#13;&#10;字体">

楼主试试这个?

不能换行吧。

你要实现换行的话,palceholder只能用js来了。

新手上路,请多包涵

使用模版字符串:`请输入申请备注。\r\n提示:最多前16个字会展示在收款方的银行回单中。`

推荐问题
宣传栏