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.
我正在创建一个电子邮件客户端。我可以将哪个元素用于电子邮件的正文?它将包含特殊字符、换行符等。
是否适合使用form:input,或者是否有任何其他元素专门用于此目的?
form:input
假设您使用的是 Spring 表单标签,您可以使用form:textarea.
form:textarea
<form:textarea path="notes" rows="3" cols="20" />