您当前的位置: 首页 > 

彭世瑜

暂无认证

  • 3浏览

    0关注

    2791博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

VB编程:UCase转大写,LCase转小写-4_彭世瑜_新浪博客

彭世瑜 发布时间:2016-11-15 13:21:57 ,浏览量:3

Private Sub Text1_Change()
Text2.Text = LCase(Text1.Text)    '转换成小写字母
Text3.Text = UCase(Text1.Text)   '转换成大写字母
End Sub
Private Sub Command1_Click()
End
End Sub
界面效果:
VB编程:UCase转大写,LCase转小写-4
关注
打赏
1665367115
查看更多评论
立即登录/注册

微信扫码登录

0.0558s