C++中listlist是双向循环容器,所以利用it可以对链表尾进行操作,在insert时可以成功地在尾部插入,但是erase时却出错,请问是什么原因 include<iostream using namespa