Super(s) does not construct the parent class!
The MyThread2 object itself can be regarded as a Thread, that is, its parent class object
What super (s) actually operates is the object t1 you defined! ! !
It does not generate a separate parent class object.
It just regards it as a parent class,
and calls the methods of the parent class to operate it. !!!