摘要:
所需头文件 #include <algorithm> string str="how are you" ; transform(str.begin(),str.end(),str.begin(),::toupper); toupper 全转大写,tolower全转小写。 count(news.beg 阅读全文
posted @ 2018-10-25 09:33
crush111
阅读(311)
评论(0)
推荐(0)