氟塑料離心泵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

          導航

          統計

          常用鏈接

          留言簿

          隨筆檔案

          文章檔案

          技術網站

          行業網站

          搜索

          最新評論

          閱讀排行榜

          評論排行榜

          站長網 氟塑料離心泵 注塑機 液晶廣告機
          主站蜘蛛池模板: 泉州市| 河南省| 历史| 新巴尔虎左旗| 崇信县| 南乐县| 金塔县| 泗洪县| 东山县| 石渠县| 昌黎县| 吴江市| 上饶县| 江阴市| 南陵县| 新绛县| 铅山县| 尚志市| 台东市| 柞水县| 汕尾市| 横峰县| 台南市| 女性| 株洲县| 连云港市| 湾仔区| 新安县| 元朗区| 新化县| 玉田县| 郑州市| 六盘水市| 蛟河市| 卢氏县| 巫溪县| 巴青县| 沁源县| 延寿县| 安溪县| 惠安县|