std::vector<string*> A1的问题std::vector<string*> A这个A是指针吗?这个向量表示什么?[解决办法]A不是指针,A是vector类的对象,其内部存储是string的指针类型。[解决办法]同意一楼。。末尾加上分号