String s = "
        String regex = "A.*?B";//.*是任意字符 ?是任意个数
        String ss = s.replaceAll(regex,",")