怎样java向服务器发送http请求

2025-04-30 09:45:03
推荐回答(1个)
回答1:

你好,java有一个组件,httpclient,这个jar包,可以模拟http客户端,向服务端发送http请求,而且现在大部分都用的是这个。