不加serializeNulls会丢弃掉null值的属性: public static void main(String[] args) { Gson gson = new GsonBuilder().create(); Map<Object, Object> ...
確定! 回上一頁