Yxd · 2004-12-20 05:51:41 · 阅读: 1233 这样:前面加上using namespace ::std;或者typedef ::std::list<::std::string> TStrList1;std是stl的命名空间。 <空>