不工作。是否有语法错误。 最佳答案 您可以在脚本中使用此代码: 或者 使用JSTL 此外,textarea 标签中没有 value 属性。 关于jsp --6ren">
gpt4 book ai didi

jsp - 如何在jsp中的textarea中打印值

转载 作者:行者123 更新时间:2023-12-04 17:04:44 25 4
gpt4 key购买 nike

         <% 
out.print("<textarea name='test' id='test'value='"+uabout+"'></textarea>");

%>

不工作。是否有语法错误。

最佳答案

您可以在脚本中使用此代码:

<textarea name='test' id='test'><%=uabout %> </textarea>

或者
使用JSTL
<textarea name='test' id='test'><c:out value="${uabout}" /> </textarea>

此外,textarea 标签中没有 value 属性。

关于jsp - 如何在jsp中的textarea中打印值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5447767/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com