若要判断std::vector<std::string>容器steps是否为空,应使用?
std::vector<std::string>
steps.empty();
steps.is_empty();
steps.null();
steps.size() == 0;