摘要:
if(authPolicy.toUpperCase().equals("BASIC")) { URL uri = new URL(postUrl); List authPrefs = new ArrayList(1); authPrefs.add(AuthPolicy.BASIC); httpClient.getParams().setParameter(AuthPol... 阅读全文
posted @ 2008-03-20 17:23
夜隼
阅读(872)
评论(0)
推荐(0)
浙公网安备 33010602011771号