计算按钮我可以这样写吗?Private Sub Command1_Click() Text2.Text = Sqr(Text5.Text / Text4.Text)Text3.Text = Sqr(Text5.Text / (Text4.Text * 2))
End Sub