2017年12月13日

java调用restful接口的方法

摘要: Restful接口的调用,前端一般使用ajax调用,后端可以使用的方法如下: 1.HttpURLConnection实现 2.HttpClient实现 3.Spring的RestTemplate 阅读全文

posted @ 2017-12-13 21:12 时间朋友 阅读(2111) 评论(0) 推荐(0)

导航