62,628
社区成员
发帖
与我相关
我的任务
分享
public class RSS {
public RSS() {
String cc = CutSectionBySection(new String("1234567890"), new String[]{"23", "78"}, new String[]{}, new String[]{}, new String[]{}, true);
public String CutSectionBySection(String cont2, String[] str_pair, String[] must_include, String[] must_exclude, String[] leng_max_min, boolean times) {
}
}
}
//不知道你这个是什么意思 public RSS() {}里面再来个 public String CutSectionBySection(){}