auto it = find(vec.begin(),vec,end(), item)! if(it != vec.end()){ int index = it - vec.begin(); }
確定! 回上一頁