摘要:
form表单的数据 转json 将form表单中的数据序列化数组后转换为Json 一个jquery的扩展方法(网上摘的): $.fn.serializeObject = function() { var o = {}; var a = this.serializeArray(); $.each(a, 阅读全文
摘要:
问题描述:The resource identified by this request is only capable of generating responses with characteristics not acceptable according to the request "acc 阅读全文
摘要:
通过反射判断对象的属性是否有非法为空的属性 public class FieldUtil { //传入对象 private static List<String> getNullFields(Object object) { ArrayList<String> list = new ArrayLis 阅读全文