vb语言吧 关注:102贴子:142
  • 0回复贴,共1
Dim testInt As Integer
Dim testString As String
Dim testButton As System.Windows.Forms.Button
Dim testObject As Object
testInt = 42
testString = "This is an example of a string literal."
testButton = New System.Windows.Forms.Button()
testObject = testInt
testObject = testString
testObject = testButton
求大神帮忙解析的详细意思,谢谢大佬


1楼2023-02-01 17:15回复