不同点. Mid 的参数和返回值是Variant 即变体型变量. Mid$ 的参数和返回值是String 即字符型变量. Dim a As Variant a = Null Print Mid(a, 1, 3)
確定! 回上一頁