124125126127128129130131
* * @param obj * 待转换的对象 */ public static Object toMaplist(Object obj) { ObjCompileImpl convert = new ObjCompileImpl(); return convert.parse(obj); }
135136137138139140141142