include static block, static method, static variable














































































































run results:

























Another example:










































run results:
10
11
192
192





To summary: Class init the static var when class init only once, then the var become global, and the static should be accessed only in static but not absolutly. and static method can be called by using Class name, and static method invoke static method....