LCase( ) FUNCTION(功能): 返回字符串的小写形式 SYNTAX(语法): Lcase(string) ARGUMENTS(条件): string is any valid string expression. EXAMPLE(实例): <% strTest = "This is a test!" response.write LCase(strTest) %> RESULT(执行结果): this is a test!
UCase( )是得到大写形式,就不重复说了。