摘要:
ajax表单提交 $.ajax({ cache: true, type: "POST", url:ajaxCallUrl, data:$('#yourformid').serialize(),// 你的formid async: false, error: function(request) { a 阅读全文
摘要:
举例说明: 【后台有一个对象 User 一个PhotoDo对象】,结构如下: public class User{ private String username; private List<PhotoDo> photo; ..get ....set..... } public class Phot 阅读全文
摘要:
//参考二:http://blog.csdn.net/elifefly/article/details/7032334 阅读全文