国产探花免费观看_亚洲丰满少妇自慰呻吟_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ā)表
主站蜘蛛池模板: 皋兰县| 普兰店市| 汉阴县| 昂仁县| 甘孜县| 松潘县| 谷城县| 孟津县| 辽阳市| 崇州市| 四子王旗| 张家口市| 精河县| 嵩明县| 门源| 札达县| 锦屏县| 留坝县| 冷水江市| 延津县| 崇礼县| 偃师市| 连州市| 高州市| 丰台区| 保康县| 盐亭县| 北川| 林州市| 乌兰察布市| 烟台市| 道真| 叙永县| 珲春市| 临江市| 辽源市| 蒙阴县| 河南省| 乡城县| 惠东县| 虞城县|