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" />