摘要: 1.以http协议读取网络中的xml//basePath=http://xxx.com/xxx/xxx/{0}.xml";String strUrl = MessageFormat.format(basePath, cid);//将{0}替换成cidURL url = new URL(strUrl) 阅读全文
posted @ 2017-09-26 10:43 developer_os 阅读(391) 评论(0) 推荐(0) 编辑