2011年6月19日 - Dim a, b As DoublePrivate Sub Command1_Click() a = Val(Text1) b = Val(Text2) Text3 = a + bEnd SubPrivate Sub Command2_Click()a ...
tw.knowledge.yahoo.com