InStr () 函数返回一个字符串第一次出现在一个字符串,从左到右搜索。 ... Dim Var As Variant Var = "Microsoft VBScript" MsgBox ("Line 1 : " & InStr(1, Var, ...
確定! 回上一頁