[VB.NET] Single & Double,[VB.NET] Single & Double
【 tulaoshi.com - ASP.NET 】

Private Sub Button1_Click()Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click2
Dim a As Single3
a = TextBox1.Text4
Label1.Text = a5
End Sub
Private Sub Button1_Click()Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click2
Dim a As Double3
a = TextBox1.Text4
Label1.Text = a5
End Sub来源:http://www.tulaoshi.com/n/20160129/1488251.html
看过《[VB.NET] Single & Double》的人还看了以下文章 更多>>