• 2021-04-14
    执行以下程序后输出的是 Private Sub Command1_Click() Ch = "AABCDEFGH" Print Mid(Left(Ch, 8), Len(Left(Ch, 4)), 2) End Sub