摘要:
1.如果请求参数有json数组,请求方式Get,则需要先通过javascript编译一下。 var param = encodeURI("[{\"n\":\"name\",\"v\":\"tomcat\"}]")localhost:8080/test/getName&name=编译后的参数 阅读全文
摘要:
1.输入流转字节数组 public static byte[] inputStream2byte(InputStream inputStream) throws IOException { ByteArrayOutputStream byteArrayOutputStream = new ByteA 阅读全文