05-4-4: Static variable is a variable shared by a class, such as how many objects can be used to record this class. Non-static variables are a new variable generated when generating a class of objects, which is used to record data that each object is unique.