String转换InputStreamInputStreaminputStreamnewByteArrayInputStream(result.toString().getBytes())
String转换InputStream
InputStream inputStream = new ByteArrayInputStream(result.toString().getBytes());
String转换InputStream
InputStream inputStream = new ByteArrayInputStream(result.toString().getBytes());