a = LCase(This Is A String) ' a 的值为 this is a string a = UCase(This Is A String) ' a 的值为 THIS IS A STRING