public string xx(string xx=""){} 这是什么写法?有什么意义?
这编译不了,因为函数体没有返回值。
string xx=""这是参数默认值,C# 4.0新增的。
不用先声明变量,在方法里面直接声明参数