排序那段代码抛出空指针异常(发不过后网页上)
String[] arr = new String[] { token, timestamp, nonce }; Arrays.sort(arr);
直接用java自带的排序