标准库 中的 transform
transform[1] 函数原型如下:
transform函数的作用是:将某操作应用于指定范围的每个元素
//C++transform|C++tolower|C++toupper|C++字母转大写|C++字母转小写