11月29日

发现在jsp到servlet中可以这样来传递字符串

request.setAttribute("belong",belong);

<%
String b2=(String)request.getAttribute("belong");
%>

然后可以在jsp中这样表示出来

   <input type="text"  name="belong" value="<%=b2%>"/>

标签的值取绝于value

posted @ 2020-11-29 22:47  不咬牙  阅读(40)  评论(0编辑  收藏  举报