<body> <% String txt="我说:"; String str=""; try{ request.setCharacterEncoding("GB18030"); str=txt+request.getParameter("in")+"<br/>"; txt=application.getAttribute("str").toString(); }catch(Exception e){ txt=""; str=""; }finally{ application.setAttribute("str",(txt+str)); } %> <form action="test7.jsp"> <table border="1"> <tr height="200px"> <td> <%=txt+str %> </td> </tr> <tr height="40px"> <td> <input type="text" name="in"/> <input type="submit" value="发送"/> </td> </tr> </table> </form> </body> <body> <% String txt="我说:"; String str=""; try{ request.setCharacterEncoding("GB18030"); str=txt+request.getParameter("in")+"<br/>"; txt=application.getAttribute("str").toString(); }catch(Exception e){ txt=""; str=""; }finally{ application.setAttribute("str",(txt+str)); } %> <form action="test7.jsp"> <table border="1"> <tr height="200px"> <td> <%=txt+str %> </td> </tr> <tr height="40px"> <td> <input type="text" name="in"/> <input type="submit" value="发送"/> </td> </tr> </table> </form> </body> <body> <% String txt="我说:"; String str=""; try{ request.setCharacterEncoding("GB18030"); str=txt+request.getParameter("in")+"<br/>"; txt=application.getAttribute("str").toString(); }catch(Exception e){ txt=""; str=""; }finally{ application.setAttribute("str",(txt+str)); } %> <form action="test7.jsp"> <table border="1"> <tr height="200px"> <td> <%=txt+str %> </td> </tr> <tr height="40px"> <td> <input type="text" name="in"/> <input type="submit" value="发送"/> </td> </tr> </table> </form> </body>
好牛逼的代码···· 应该是书上的例子吧,或者是作业。。。。。。 我记得N年前看过一本JSP入门,好像有这个东西######嗯 是作业 ... 我是新手 .. 不知道咋弄了 .. 麻烦大侠指点下 ..######嗯 .. 是作业 ..不知道咋写了 我是新手.
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。