若要获取std::vector<std::string>容器steps的长度,应使用?
std::vector<std::string>
steps.length();
steps.size();
steps.count();
steps.capacity();