通过ServletInputStream读取http请求传入的数据
时间:2020-02-24 17:09:44
收藏:0
阅读:734
http发送的请求中数据有字节流,那可以在controller中使用ServletInputStream类来获取数据
参考代码:
https://blog.csdn.net/swl979623074/article/details/52992733?utm_source=blogxgwz9
原文:https://www.cnblogs.com/python924/p/12357456.html
评论(0)