扩展字段map真是个好东西, 在定各种协议时很常用, 不多说,谁用谁知道!

#include <iostream>
#include <map>
#include <string>
using namespace std;

void fun(const map<string, string> &m)
{

}

int main()
{
	return 0;
}



本文转载:CSDN博客