2018年9月29日

java代码跨域通用方法

摘要: /** * 通用的跨越调接口方法 * @param path 请求的url路径 * @return */public static String getHttpResponse(String path) { try { URL url = new URL(path); HttpURLConnecti 阅读全文

posted @ 2018-09-29 10:27 程序员的成长之道 阅读(220) 评论(0) 推荐(0)

导航