Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我收到一个帖子请求 - 正文中有一个 XML。获取请求正文的最佳方法是什么?
干杯:)
用于request.getInputStream()将主体获取为InputStream,并使用 XML 解析器解析此流。
request.getInputStream()
InputStream