InStr InStr 函數返回另一個字符串中的一個字符串的第一次出現。 ... Dim Var As Variant Var = "Microsoft VBScript" MsgBox ("Line 1 : " & InStr(1, Var, ...
確定! 回上一頁