C++98: 1.相同点: Allocators having the same type were assumed to be equal so that memory allocated by oneallocator could be deallocated by another allocator of the same type. It was not possible to change the memory resource at runtime.Allocators had li