设置

关灯

15、骂战

ile(pattern.matcher(string).find()){

    085

    matcher=pattern.matcher(string);

    086

    while(matcher.find()){

    087

    temp=matcher.group();

    088

    index=string.indexof(temp);

    089

    string=string.substring(0,index)

    090

    +putestirngnobracket(temp)

    091

    +string.substring(index+temp.length());

    092

    }

    093

    }

    094

    //最后计算总的表达式结果

    095

    string=putestirngnobracket(string);

  
 <本章未完请点击"下一页"继续观看!>