注意:<br> LowerCase returns a string with the same text as the string passed in S, <br>but with all letters converted to lowercase. The conversion affects only 7-bit<br> ASCII characters between 'A' and 'Z'. To convert 8-bit international characters, <br>use AnsiLowerCase.<br><br>