#20971: VB解法


a6997834@gmail.com (佩佩小胖)


使用StrReverse 就可以了喔

x = 輸入
y = StrReverse(x)
If x = y Then
a = "正確"
Else
a = "錯誤"
End If
MsgBox(a )