instrrev 和instr 区别vb

Private Sub Form_click() Dim temp As String temp = "c:windowsystem" Print Mid(temp, InStrRev(temp, "") + 1, Len(temp) - InStrRev(temp, "")) End Sub

原文地址:https://www.cnblogs.com/dabaixiong/p/5553644.html