Private Sub Command1_Click() m = -5.4 If Sgn(m) Then n = Int(m) Else n = Abs(m) End If Print n End Sub

时间:2022-11-17 02:08:53

相似题目