僅供參考,這個若是在tomcat能夠直接new URL,若是是weblogic就得使用下邊,要不可能沒法處理結果 URL url = new URL(null,urlString,new sun.net.www.protocol.https.Handler()); URLConnection con = url.openConnection();web