it++
往後移一格
it--
往前移一格
push_back(…)
尾端加一格,看 end() 移動
pop_back()
拔掉尾端