隨筆 - 100  文章 - 50  trackbacks - 0
          <2025年7月>
          293012345
          6789101112
          13141516171819
          20212223242526
          272829303112
          3456789

          常用鏈接

          留言簿(3)

          隨筆分類

          隨筆檔案

          文章分類

          文章檔案

          收藏夾

          我收藏的一些文章!

          搜索

          •  

          最新評論

          閱讀排行榜

          評論排行榜

          /**
           *
           */
          package com.lin;

          import java.io.BufferedReader;
          import java.io.InputStreamReader;
          import java.io.PrintWriter;
          import java.net.HttpURLConnection;

          import javax.net.ssl.SSLHandshakeException;

          /**
           * @author lin
           *
           */
          public class TestURL {

           /**
            * @param args
            */
           public static void main(String[] args)   {
            String result = "";
            try {
             java.net.URL url = new java.net.URL("    HttpURLConnection httpConn = (HttpURLConnection) url
               .openConnection();
             httpConn.setDoOutput(true);
             httpConn.setDoInput(true);
             httpConn.setRequestMethod("POST");
             PrintWriter out = new PrintWriter(httpConn.getOutputStream());
             out.println("Email=test@gmail.com" +"password=123456");
             out.flush();
             out.close();
             BufferedReader in = new BufferedReader(new InputStreamReader(
               httpConn.getInputStream(), "UTF-8"));
             String line;
             while ((line = in.readLine()) != null) {
              result += line + "\n";
             }
             System.out.println("result: " + result);
             in.close();
              }catch(SSLHandshakeException se){
             System.out.println("error is open");
            }
            catch (Exception e) {
             System.out.println("sucess " + e);
            }

           }
          }

          主站蜘蛛池模板: 伊吾县| 井研县| 奉贤区| 南投市| 天镇县| 永善县| 新晃| 大石桥市| 大冶市| 容城县| 万年县| 新安县| 资溪县| 瑞昌市| 建阳市| 双辽市| 托克托县| 承德市| 吉木萨尔县| 雷州市| 綦江县| 嘉祥县| 宁乡县| 嫩江县| 金湖县| 永寿县| 安乡县| 漠河县| 类乌齐县| 渭源县| 华蓥市| 珲春市| 西林县| 临猗县| 博爱县| 合江县| 新疆| 东丽区| 廉江市| 年辖:市辖区| 漳州市|