古代旅游活动因规模有限,参加人少,活动范围不大,不能称之为“旅游”。( )
参考答案:对
慢性肾炎高血压的治疗哪项是错误的
A.低钠饮食B.噻嗪类药物常用作基本治疗药物C.可采用几种降压药物联合应用D.可用钙通道阻滞剂E.血压降到150~160/90mmHg为宜
设有如下通用过程: Public FunctionFun(x Str As String)As String DimtStr As String,strL As Integer tStr="" strL=Len(xStr) i=1 DoWhilei<=strL/2 tStr=tStr&Mid(xStr,i,1)&Mid(xStr,strL-i+1,1)" i=i+1 Loop Fun=tStr End Function 在窗体上画一个名称为Text1的文本框和一个名称为Commandl的命令按钮。然后编写如下的事件过程: Private Sub Commandl_Click() Dim S1 As String S1="abcdef" Text1.Text=UCase(Fun(S1)) End Sub 程序运行后,单击命令按钮,则Text1中显示的是( )。
A.ABCDEF
B.abcdef
C.AFBECD
D.DEFABC