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

          導航

          統計

          常用鏈接

          留言簿

          隨筆檔案

          文章檔案

          技術網站

          行業網站

          搜索

          最新評論

          閱讀排行榜

          評論排行榜

          站長網 氟塑料離心泵 注塑機 液晶廣告機
          主站蜘蛛池模板: 汨罗市| 句容市| 陆川县| 逊克县| 福鼎市| 潼南县| 牟定县| 湖口县| 大同县| 固始县| 康定县| 谢通门县| 柘城县| 镇坪县| 旬阳县| 仁布县| 海淀区| 岫岩| 行唐县| 满洲里市| 玉山县| 安义县| 通化市| 嘉荫县| 寻甸| 玉树县| 大英县| 南岸区| 栖霞市| 崇信县| 广汉市| 南丰县| 日喀则市| 宁国市| 育儿| 东乡县| 塘沽区| 莒南县| 尖扎县| 深水埗区| 闽侯县|