This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我正在使用HttpSession sessionand在 jspsession.setAttribute("property_name", list_of_strings);中填充 a ,但我希望文本一次填充 List 一个项目并在新行中填充。有人能告诉我怎么做吗?List<String><textarea><c:forEach var="word" items="${property_name}">${word}</c:forEach>