public static class A

{

static A()

{

}

}

static构造函数不能是public,也不可能被主动调用,所以public没有意义

05-11 17:08