构造函数调用仅作为实例构造函数中的第一条语句有效。
Constructor call is valid only as the first statement in an instance constructor.
接口不能包含常量、字段、运算符、实例构造函数、析构函数或类型。
An interface cannot contain constants, fields, operators, instance constructors, destructors, or types.
不应该使用实例构造函数、一些特殊的私有方法、任何其它习惯来初始化静态变量。
You should not use your instance constructors, some special private function, or any other idiom to initialize static variables.
应用推荐