贵妃椅靠过道效果图:LCASE、UCASE在VB中怎么理解

来源:百度文库 编辑:神马品牌网 时间:2024/05/14 01:33:26
谢谢
具体些好吗

具体些,建议这种问题以后查查书或者在网上搜搜,问人多麻烦。

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

大小写转换