注意:此文档中所有的初始化皆依据以下容器
注意
1234
//创建vector<int>容器test,并为其赋值vector<int> test;for(int i=0;i<10;i++) test.push_back(i);