Star是一个构造函数,ldh是用Star构造函数创立进去的对象实例。

外围概念:

__proto__指向构造函数的prototype;
构造函数Star.prototype.constructor指向构造函数自身