map

multimap:有序可多个

Unordered_map: 无序可以多个

可用两个vector来实现multimap,前一个当key,后一个当value。

std::vector> PHIVarInfo