氟塑料離心泵www.buybeng.com

          jquery教程http://www.software8.co/wzjs/jquery/

          一個簡單的拆分URL的小程序

          [java] view plaincopyprint?
          package org.wiksys;  
          public class SplitUrl {  
            
              /** 
               * @author wiksys 
               * @param args 
               */  
              public static void main(String[] args) {  
                  read("http://www.baidu.com/index.jsp");  
              }  
              public static void read(String url){  
                  //String url="http://www.baidu.com:8080/index.jsp";  
                  //String url2="ftp://baidu.com/pub/index.jsp";  
                  int firSplit=url.indexOf("http://");  
                  String proto=url.substring(0, firSplit+2);  
                  int webSplit=url.indexOf("/", firSplit+2);  
                  int portIndex=url.indexOf(":",firSplit);  
                  String webUrl=url.substring(firSplit+2, webSplit);  
                  String port= "";  
                  if(portIndex >= 0){  
                      webUrl=webUrl.substring(0, webUrl.indexOf(":"));  
                      port=url.substring(portIndex+1, webSplit);  
                      System.out.println("端口:"+port);  
                  }  
                  String context=url.substring(webSplit);  
                  System.out.println("協議:"+proto);  
                  System.out.println("網址:"+webUrl);  
                  System.out.println("內容:"+context);  
              }  
            
          }  
          代碼很簡單,就不做過多的解釋。可以簡單的根據URL拆封為四個部分:如果沒有端口,即屏蔽。
          個人網站  www.software8.co

          posted on 2012-09-28 09:29 你爸是李剛 閱讀(1498) 評論(0)  編輯  收藏


          只有注冊用戶登錄后才能發表評論。


          網站導航:
           
          <2012年9月>
          2627282930311
          2345678
          9101112131415
          16171819202122
          23242526272829
          30123456

          導航

          統計

          常用鏈接

          留言簿

          隨筆檔案

          文章檔案

          技術網站

          行業網站

          搜索

          最新評論

          閱讀排行榜

          評論排行榜

          站長網 氟塑料離心泵 注塑機 液晶廣告機
          主站蜘蛛池模板: 阿尔山市| 锡林浩特市| 新密市| 开鲁县| 霍林郭勒市| 岳池县| 桦甸市| 勃利县| 淮南市| 英德市| 安化县| 沙坪坝区| 晋城| 任丘市| 屯门区| 沽源县| 海南省| 嵊泗县| 临漳县| 自贡市| 原平市| 石阡县| 锦州市| 大英县| 安图县| 广州市| 巴林右旗| 毕节市| 宜兰市| 临高县| 新巴尔虎右旗| 正蓝旗| 涟水县| 含山县| 英德市| 辉县市| 安庆市| 启东市| 通州市| 南通市| 辽源市|