摘要: ajax表单提交 $.ajax({ cache: true, type: "POST", url:ajaxCallUrl, data:$('#yourformid').serialize(),// 你的formid async: false, error: function(request) { a 阅读全文
posted @ 2016-10-22 15:20 涤新云 阅读(3869) 评论(0) 推荐(0)
摘要: 举例说明: 【后台有一个对象 User 一个PhotoDo对象】,结构如下: public class User{ private String username; private List<PhotoDo> photo; ..get ....set..... } public class Phot 阅读全文
posted @ 2016-10-22 15:08 涤新云 阅读(32259) 评论(0) 推荐(2)
摘要: //参考二:http://blog.csdn.net/elifefly/article/details/7032334 阅读全文
posted @ 2016-10-22 15:03 涤新云 阅读(1933) 评论(0) 推荐(0)