小知识点~

Posted zhying99

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了小知识点~相关的知识,希望对你有一定的参考价值。

 

1.转换为小写字母
str="qwer";
transform(str.begin(),str.end(),str.begin(),::tolower);
cout<<"转化为小写后为:"<<str<<endl;
transform(str.begin(),str.end(),str.begin(),::toupper);
cout<<"转化为大写后为:"<<str<<endl;

 

以上是关于小知识点~的主要内容,如果未能解决你的问题,请参考以下文章

python小知识片段

微信小程序代码片段

Flutterflutter doctor 报错Android license status unknown. Run `flutter doctor --android-licenses‘(代码片段

Android课程---Android Studio使用小技巧:提取方法代码片段

微信小程序代码片段分享

小程序各种功能代码片段整理---持续更新