不是比较结果是地址信息,而是list要自己遍历输出,不然就是这样
自己重写Cell类的属性应该可以输出你想要的结果,比如这样:public String toString() { return String.format("(row:%d, col %d)", row, col); }