摘要: public class XmlParseTest { public static void main(String[] args) { XmlParse(); } private static void XmlParse() { try { String urlStr = "https://api.newgist... 阅读全文
posted @ 2018-01-24 10:29 艾缇小王子 阅读(2738) 评论(0) 推荐(0) 编辑
摘要: public class DGMApiTest { public static void main(String[] args) throws HttpException, IOException { String url="https://api.dhlecommerce.dhl.com/rest/v2/Tracking"; //一个物流网站示例 ... 阅读全文
posted @ 2018-01-24 10:18 艾缇小王子 阅读(1374) 评论(0) 推荐(0) 编辑