_____________ is the ninth month of a year.[ ]
A. September
B. August
C. October
答案:A
2010年6月5日世界环境日的中国主题是“低碳减排、绿色生活”,下列做法与此不符合的是下列举措能达此目的的是[ ]
A.提倡使用节能灯
B.少用空调,温控适度
C.广泛使用一次性塑料袋
D.研发太阳能、风能、核能等新能源
下列程序的执行结果为()。 Ptivate Sub Commandl_Click() Dim FirStr As String FirStr="abcdef" Print Pct (FirStr) End Sub Private Function Pct(xStr As String)As String Dim tempStr As String,strLen As Integer tempStr="" strLen=Len(xStr) i=1 Do While i<=Len(xStr)-3 tempStr=tempStr + Mid(xStr,i,l) + Mid(xStr,strLen - i+i ,1) i=i + 1 Loop Pct=tempStr End FunCtion
A.void
B.int
C.new
D.long