C++ list用法總結 頭文件 聲明一個int型的list:list a; 1、list的構造函數 2、begin()和end() 通過調用list容器的成員函數begin()得到一個指向容器起始 ...