当被检索时初始化。比如:Type t=typeof(Person);Attribute[] atts=t.GetCustomAttributes();
他与字段跟属性一样 是在NEW(非静态) 或者 访问时(静态)时创建