C#的默认类为internal类型。集成具有传递性,C#只支持单继承。静态属性不能在其实例化对象中引用,只能在类中引用。转义字符前加@,如string pattern = @"[a-zA-Z]+@[a-zA-Z]+/.com$";