练习9.8:为了读取string的list中的元素,应该使用什么类型?如果写入list,又该使用什么类型? 读取:list<string>::const_iterator 写入:list<string>::iterator