Function STR_SPLIT(str, sep, n) As String Dim V() As String V = Split(str, sep) STR_SPLIT = V(n - 1) End Function. 因此,您需要输入:
確定! 回上一頁