ajax+springmvc实现C与View之间的数据交流方法
网络编程 2021-07-05 10:37www.168986.cn编程入门
狼蚁网站SEO优化长沙网络推广就为大家带来一篇ajax+springmvc实现C与View之间的数据交流方法。长沙网络推广觉得挺不错的,现在就分享给大家,也给大家做个参考。一起跟随长沙网络推广过来看看吧
jQuery.post(url, [data], [callback], [type])
url,[data],[callback],[type]String,Map,Function,StringV1.0url:发送请求地址。
data待发送 Key/value 参数。
callback发送成功时回调函数。
type返回内容格式,xml, html, script, json, text, _default。
套用格式
$.post("test.php", function(data){ alert("Data Loaded: " + data); }); $.get("ment/getComments?parentId="+parentId+"&icId="+icId,function(data){ var appendButton =""; var append = ""; if(data!=""){ var arr = data.split("$"); var allTr=""; for(var i = 0;i<arr.length;i++){ var arr2 = arr[i].split(','); var name = arr2[3]; var content = arr2[0]; var time= "/Date("+arr2[1]+")/"; time = DateFormat(time); var id = arr2[2]; var table = "<table><tr><td>"+content+"</td></tr><tr><td>"+time+"</td></tr></table>"; appendButton = appendButton+table+"<button type = 'button' id = 'toAddCommentId' onclick = 'replaceFrom("+parentId+",\""+name+"\""+")'>回复</button>"; } appendButton = appendButton+"<button type = 'button' onclick = 'replaceFrom("+parentId+","+"\""+userName+"\""+")'>我也说一句</button>"; } appendButton = appendButton+"<div id = 'mentButton' ></div><div id = 'textareaId'></div>"; if(data==""){ appendButton = appendButton+"<textarea id='textareaId"+parentId+"' rows='2' cols='77' validate='required' validate-message='不能为空!' name = 'content' >@"+userName+"...."+"...."+parentId+":</textarea><button type = 'button' id = 'mentContentId' onclick = 'submit("+icId+","+parentId+","+"\""+userName+"\""+")'>发表</button>"; } $("#addCommentId"+parentId).html(appendButton); });
后台
@RequestMapping(value = "/saveAndGetComments", params = {"icId","parentId"}, method = RequestMethod.POST) @ResponseBody public String saveAndGetComments(long icId,Comment ment,long parentId) throws UnsupportedEncodingException{ ment.setParentId(parentId); mentService.save(ment,icId); List<Comment> ments=mentService.listByCommentId(parentId); return append(ments); } private String append(List<Comment> ments) { StringBuffer sb=new StringBuffer(); for(int i=0;i<ments.size();i++){ Comment ment = ments.get(i); sb.append(ment.getContent()); sb.append(","); sb.append(ment.getCreateTime().getTime()); sb.append(","); sb.append(ment.getId()); sb.append(","); sb.append(ment.getUser().getName()); if(i!=ments.size()-1){ sb.append("$"); } } return sb.toString(); }
注意,用springmvc3的注解@responseBody来传递参数。
经常用到的js函数
上面由于使用json来传递的数据,而js解析json传过来的日期时,不是我们想要的格式,这时需要对日期进行操作
传过去的日期将它设为time传过去 date.getTime()
然后再在js中操作
var date= "/Date("+time+")/"; date = DateFormat(date); / 处理时间 @param value @returns {String} / function DateFormat(value) { var date = new Date(parseInt(value.replace("/Date(", "").replace(")/", ""), 10)); var month = date.getMonth() + 1 < 10 ? "0" + (date.getMonth() + 1) : date.getMonth() + 1; var currentDate = date.getDate() < 10 ? "0" + date.getDate() : date.getDate(); var Hours = date.getHours() < 10 ? "0" + date.getHours() : date.getHours(); var Minutes = date.getMinutes() < 10 ? "0" + date.getMinutes() : date.getMinutes(); var Seconds = date.getSeconds() < 10 ? "0" + date.getSeconds() : date.getSeconds(); return date.getFullYear() + "/" + month + "/" + currentDate + " " + Hours + ":" + Minutes + ":" + Seconds; }
以上这篇ajax+springmvc实现C与View之间的数据交流方法就是长沙网络推广分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持狼蚁SEO。
编程语言
- 如何快速学会编程 如何快速学会ug编程
- 免费学编程的app 推荐12个免费学编程的好网站
- 电脑怎么编程:电脑怎么编程网咯游戏菜单图标
- 如何写代码新手教学 如何写代码新手教学手机
- 基础编程入门教程视频 基础编程入门教程视频华
- 编程演示:编程演示浦丰投针过程
- 乐高编程加盟 乐高积木编程加盟
- 跟我学plc编程 plc编程自学入门视频教程
- ug编程成航林总 ug编程实战视频
- 孩子学编程的好处和坏处
- 初学者学编程该从哪里开始 新手学编程从哪里入
- 慢走丝编程 慢走丝编程难学吗
- 国内十强少儿编程机构 中国少儿编程机构十强有
- 成人计算机速成培训班 成人计算机速成培训班办
- 孩子学编程网上课程哪家好 儿童学编程比较好的
- 代码编程教学入门软件 代码编程教程