string loc1 =txt.indexOf(“海燕啊”);
string loc2 = txt.indexOf("海燕结束");
string result = txt.substring(loc1,loc2);
result是结果