To Lower Case

Implement function ToLowerCase() that has a string parameter str, and returns the same string in lowercase.

原文地址:https://www.cnblogs.com/Julietma/p/10096843.html