Test examples 样例来源: https://learning.getpostman.com/docs/postman/scripts/test_examples/ Test scripts are run after a request is sent and a response has been received from the server. Let’s look at some examples of Postman tests. Most of these are ava
此共通方法可以根据特定字段进行排序 package com.gomecar.index.common.utils; import java.lang.reflect.Method; import java.util.Collections; import java.util.Comparator; import java.util.List; /** * 对List中数据根据某个字段进行排序 * Created by xiaotian on 2017/3/20. */ public class