STL 篇 ----- 关于map容器对自定义类型排序的问题! STL 篇 ----- 关于map容器对自定义类型排序的问题!hello 我是黑猫!#include<iostream>#include<map>#include<string>#include<algorithm>using namespace std;class Person{public: Person(string name, int age) { this->m_name = name;