为什么java的构造函数中可以用this?

构造函数调用过程中,该对象不是还没创造出来吗,为什么可以用this,this指向什么?

https://www.cnblogs.com/strivers/p/6537881.html