收起
参考这样:
public test() { this("test.log"); } public test(String fileName) { this.fileName = fileName; // 。。。 }
报告相同问题?