_L3:
        if(i >= list.Nums) goto _L2; else goto _L1   ----这里的 goto错了
_L1:
        boolean next = true;
        String content;
        title = list.getValue(i, 0);
        content = list.getValue(i, 1);
        title = dealTitle(title, i);
        f[i] = WebberFileSystem.newFile(exportPath, String.valueOf(String.valueOf(title)).concat(".htm"));
        if(f[i].exists())
            continue; /* Loop/switch isn't completed */
        f[i].createNewFile();
        JVM INSTR new #84  <Class FileOutputStream>;  ---这里也有错
        JVM INSTR dup ;
       
        (new StringBuffer(String.valueOf(String.valueOf(exportPath)))).FileOutputStream(String.valueOf(String.valueOf(f.append(File.separator).append(title).append(".htm"))));
        FileOutputStream filein1;
        filein1;
        String totleContent = "";
        if(content.toUpperCase().indexOf("<IMG") == -1)
            totleContent = String.valueOf(String.valueOf((new StringBuffer("<html><head><title>")).append(title).append("</title></head><body>").append("<h3 align=\"center\">").append(list.getValue(i, 0)).append("</h3>").append("<p align=\"center\">").append(list.getValue(i, 3)).append("时刻  来自").append(list.getValue(i, 2)).append("</p>").append("<hr>").append(content).append("</body></html>")));
        else
            totleContent = String.valueOf(String.valueOf((new StringBuffer("<html><head><title>")).append(title).append("</title></head><body>").append("<h3 align=\"center\">").append(list.getValue(i, 0)).append("</h3>").append("<p align=\"center\">").append(list.getValue(i, 3)).append("时刻  来自").append(list.getValue(i, 2)).append("</p>").append("<hr>").append(dealImg(content)).append("</body></html>")));
        byte aa[] = totleContent.getBytes();
        filein1.write(aa);
        realNum = realNum + 1;
        continue; /* Loop/switch isn't completed */
        Exception e1;
    
        i++;
        next = true;
        headings[headIndex] = title;
        headIndex = headIndex + 1;
        i++;
          goto _L3                    
_L2:
        if(!docType.equals("txts"))
            break MISSING_BLOCK_LABEL_1218;
        realNum = 0;
        headIndex = 0;
        headings = new String[list.Nums];
        i = 0;
_L6:
        if(i >= list.Nums) goto _L5; else goto _L4
_L4:
        String content;
        title = list.getValue(i, 0);
        content = list.getValue(i, 1);
        title = dealTitle(title, i);
        f[i] = WebberFileSystem.newFile(exportPath, String.valueOf(String.valueOf(title)).concat(".txt"));
        if(f[i].exists())
            continue; /* Loop/switch isn't completed */
        f[i].createNewFile();
        JVM INSTR new #84  <Class FileOutputStream>;
        JVM INSTR dup ;
       
        (new StringBuffer(String.valueOf(String.valueOf(exportPath)))).FileOutputStream(String.valueOf(String.valueOf(f.append(File.separator).append(title).append(".txt"))));
        FileOutputStream filein;
        
        String textcontent = String.valueOf(String.valueOf((new StringBuffer(String.valueOf(String.valueOf(findText(list.getValue(i, 0)))))).append("\r\n").append(findText(content)).append("\r\n").append("来自").append(list.getValue(i, 2)).append("\r\n").append(list.getValue(i, 3))));
        byte bb[] = textcontent.getBytes();
        filein.write(bb);
        realNum = realNum + 1;
        continue; /* Loop/switch isn't completed */
        Exception e1;
        
        i++;
        headings[headIndex] = title;
        headIndex = headIndex + 1;
        i++;
          goto _L6
_L5:
代码是先前写好的,我为了写注释,运行的时候出错  上面代码里竟然有goto 奇怪