2011-11-27 90 views

回答

2

事情是這樣的:

If button1.Text = "AM" Then 
    button1.Text = "PM" 
Else 
    button1.Text = "AM" 
End If