现代城市生态研究以城市()、物流、信息流为研究主线。
A、能流
B、人流
C、资金流
D、环境流
参考答案:A
生活中,下列溶液的pH>7的是[ ]
A.汽水
B.自来水
C.肥皂水
D.食醋
单击命令按钮时,下列程序代码的运行结果为()。 Private Sub Command1_Click() print MyFunc(20,18) End Sub Public Function MyFunc (m As Integer,n As Integer)As Integer Do While m <>n Do While m > n:m=m - n:Loop Do While m < n:n=n - m:Loop Loop MyFunc=m End FunCtion
A.0
B.2
C.4
D.6