国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學(xué)院 > 開發(fā)設(shè)計(jì) > 正文

java數(shù)據(jù)傳給wap站點(diǎn)

2019-11-17 04:15:22
字體:
供稿:網(wǎng)友

 /**
     * 數(shù)據(jù)傳給wap站點(diǎn)
     *
     * @param message
     * @throws IOException
     */
    PRivate void settoWap(String message) throws IOException {
        URL url;
        try {
            url = new URL(
                    "http://www.devdao.com/colgate/inc/msgvote.php?imgid="
                            + message+"&mobile="+phone);
            HttpURLConnection connection = (HttpURLConnection) url
                    .openConnection();
            connection.setRequestMethod("POST");
            connection.setDoOutput(true);
            PrintWriter out = new PrintWriter(connection.getOutputStream());
            out.close();
            BufferedReader in = new BufferedReader(new InputStreamReader(
                    connection.getInputStream()));
            String line;
            while ((line = in.readLine()) != null) {
                LogTool.WriteLog(line);
                System.out.println(line);
            }
            in.close();

        } catch (MalformedURLException e) {
            e.printStackTrace();
        }

    }


發(fā)表評論 共有條評論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 东山县| 隆林| 尚志市| 泉州市| 新河县| 杭锦后旗| 济阳县| 健康| 彭州市| 台中县| 毕节市| 汉阴县| 安顺市| 前郭尔| 阿荣旗| 安远县| 孝感市| 灵台县| 股票| 昌江| 拜城县| 新建县| 临朐县| 开阳县| 阳春市| 揭东县| 慈溪市| 大方县| 雷山县| 玛纳斯县| 尚志市| 东港市| 彭水| 玉环县| 深泽县| 石河子市| 淮南市| 汝阳县| 牙克石市| 邵武市| 安平县|