若△ABC的三个内角的比为1:2:3,则这个三角形是( )三角形。
30°,60°,90°
窗体上有名称为Text1、Text2的两个文本框,和一个由3个单选按钮构成的控件数组Option1,如图1所示。程序运行后,如果单击某个单选按钮,则执行Text1中数值与该单选按钮所对应的运算(乘1、乘10或乘100),并将结果显示在Text2中,如图 2所示。为了实现上述功能,在程序中的横线处应填入的内容是( )。
Private Sub Option1_Click(Index As Integer)If Text1.Text<>""Then Select Case______Case 0 Text2.Text=Text1.TextCase 1 Text2.Text=Text1.Text*10Case 2 Text2.Text=Text1.Text*100 End SetectEnd If End Sub
A.Opfion1.Index
B.Index
C.Opfion1.(Index)
D.Opfion1(Index).Value
阴偏衰所形成的病理变化是()
A.实热
B.实寒
C.虚热
D.虚寒
E.真寒假热