1.字符串转数字 num = num * 10 + s.charAt(i)-‘0’; num用完置 0
    2.括号递归左考虑跳过,有考虑break;
    3.设置全局变量,方法带返回值的,想清楚