隨筆-71  評論-5  文章-0  trackbacks-0
              /**
               * 獲取股票板塊信息
               * 滬市A股 : 600、601、603 開頭
               * 深市A股 : 000開頭
               * 中小板 : 002開頭
               * 創業板 : 300開頭
               * 滬市新股申購:730
               * @param code
               * @return
               */
              public static int getPlateInfo(String code){
              if(code.startsWith("600") || code.startsWith("601") || code.startsWith("603")){
              return 0;
              }else if(code.startsWith("000")){
              return 1;
              }else if(code.startsWith("002")){
              return 2;
              }else if(code.startsWith("300")){
              return 3;
              }else if(code.startsWith("730")){
              return 4;
              }else {
              return 5;
              }
              }
          posted on 2015-07-29 19:07 藤本薔薇 閱讀(377) 評論(0)  編輯  收藏

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


          網站導航:
           
          主站蜘蛛池模板: 阿坝| 芜湖市| 旺苍县| 台北市| 宝坻区| 兴义市| 蛟河市| 紫云| 曲沃县| 牡丹江市| 抚州市| 光山县| 峡江县| 岳阳县| 舟曲县| 咸阳市| 枣阳市| 广德县| 车险| 云安县| 凭祥市| 黄平县| 信宜市| 泸定县| 射洪县| 临安市| 宾川县| 铁岭市| 海口市| 绥化市| 尼木县| 舟山市| 始兴县| 铁力市| 黄石市| 玉树县| 顺义区| 准格尔旗| 泰安市| 西林县| 静安区|