class Test { public Test(string title) { //这里写代码 } public Test() :this("default"){ //这里如何调用上面的带参的构造方法 } }