@Septembers 在 Private 那个标题下面: This constructor makes three private instance variables: param, secret, and that. They are attached to the object, but they are not accessible to the outside, nor are they accessible to the object's own public methods. They are accessible to private methods. Private methods are inner functions of the constructor. 他说,三个都是不能 accessible to the outside 。