📅  最后修改于: 2022-03-11 14:56:06.833000             🧑  作者: Mango
static block: executed first, one time only, does not depend on the object
instance block: depends on the object, runs before the constructor
constructor: depends on the object, runs after the instance block