https://github.com/FunctionDou/STL/blob/master/1%20%E5%88%9D%E6%AC%A1%E6%8E%A5%E8%A7%A6%E7%A9%BA%E9%97%B4%E9%85%8D%E7%BD%AE%E5%99%A8.md 如下所示的代码: ```cpp const int N = 4; int main() { allocator<string> alloc; auto str_ve = alloc.allocate(N); ```