lyyb2001

          只是為方便自己找記錄而已
          posts - 57, comments - 27, trackbacks - 0, articles - 5
            BlogJava :: 首頁 :: 新隨筆 :: 聯(lián)系 ::  :: 管理
          package net.skycity.util;
          public class StringUtils extends org.apache.commons.lang.StringUtils{

          ??? public static String test(String str,int num){
          ??? ?char[] cs = str.toCharArray();
          ??? ?int count=0;
          ??? ?int last = cs.length;
          ??? ?for(int i=0;i<cs.length;i++){
          ??? ??if(cs[i]>255)
          ??? ???count+=2;
          ??? ??else
          ??? ???count++;
          ??? ??if(count>num){
          ??? ???last=i+1;
          ??? ???break;
          ??? ??}
          ??? ?}
          ??? ?if(count<num)
          ??? ??return str;
          ??? ?num -= 3;
          ??????? for(int i=last-1; i>=0; i--) {
          ??????????? if(cs[i]>255)
          ??????????????? count-=2;
          ??????????? else
          ??????????????? count--;
          ??????????? if(count<=num) {
          ??????????????? return str.substring(0, i) + "...";
          ??????????? }
          ??????? }
          ??? ?return "...";
          ??? }
          }
          jsp調(diào)用如下:
          %@page import="net.skycity.util.StringUtils"%
          <%=StringUtils.test("截取指定字符串長(zhǎng)度測(cè)試",10)%>

          Lyyb2001
          主站蜘蛛池模板: 澳门| 青州市| 永善县| 阜新| 怀仁县| 乌鲁木齐县| 扎赉特旗| 胶南市| 齐齐哈尔市| 婺源县| 辽源市| 台东县| 云霄县| 大荔县| 乐清市| 德昌县| 邳州市| 东兴市| 甘孜| 彰武县| 新野县| 庆城县| 财经| 鄂伦春自治旗| 大同市| 平定县| 平罗县| 怀安县| 鄂尔多斯市| 永修县| 潞城市| 霍州市| 怀仁县| 灌阳县| 彩票| 巴里| 通山县| 修文县| 乐山市| 新津县| 古田县|