Blogger Information
Blog 7
fans 0
comment 0
visits 12911
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
jeesite前后台数据交互的方式
大灰狼时间的博客
Original
3772 people have browsed it

同样适用于其他项目,思路一样的。

一、jsp提交请求:

    1、form表单的action指定

    2、href请求

    3、Ajax请求

二、后台controller接收数据:

    1、使用conteoller的参数名和提交请求的参数名相同,自动传值

    2、request.getParaMeterXXX()方法获取

三、controller返回数据:

    1、model.getAttribute("attributeName",Object)

    2、renderString(response, Object)

四、前台接收参数:

    1、EL表达式取值

    2、Ajax方法回调函数data(在这里有点问题,开始学的时候想发送Ajax请求然后前台用<c:foreach>循环输出数据,这是不行的,因为在看到页面的时候jsp就已经被编译了=)

参考原文:http://blog.csdn.net/qq_29379115/article/details/52444458

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post