程序代码: |
Dim S As String = "12345654321"
MsgBox(InStr(S, "3")) '返回3
MsgBox(InStrRev(S, "3")) '返回9
MsgBox(S.IndexOf("3")) '返回2
MsgBox(S.LastIndexOf("3")) '返回8
|
暂时没有评论
发表评论 - 不要忘了输入验证码哦! |
|
-博客论坛-|-﨣﨤﨧﨨- -网站导航-|-规范下载- -BelovedFLash欣赏-
|
|
Tiancao Blog All Rights Reserved 田草博客 版权所有 Copyright © |