用了这么长时间的STL,却还有很多不知道的地方呢: int a[ 3 ] = ... {1,2,3} ;vector < int > v(a,a + 3 );v.insert(v.end(),a,a + 3 );