1.1 返回数组索引的引用
1.2 int & operator[](int index)
1.3 return this->pAddress[index]
int& operator[](int index) { return this->p_Address[index]; }