C++详细分析lambda表达式的本质 C++详细分析lambda表达式的本质例: stable_sort(words.begin(), words.end(), [](const string& s1, const string& s2