InStrRev 函数另一个字符串中第一次出现的一个字符串。 ... Sub Constant_demo_Click() var = "Microsoft VBScript" msgbox("Line 1 : " & InStrRev(var,"s",10)) ...
確定! 回上一頁