以下哪项不是化脓性脑膜炎急性期抗生素使用的正确原则()。
A.早期用药
B.足量用药
C.足疗程用药
D.急性期静脉用药
E.口服用药
参考答案:E
If better use is _______ your free time, you’ll make greater progress in that.
A.spent
B.taken
C.made of
D.used of
下列代码中 if(x>0) System.out.println("first"); else if (x>-3)System.out.println("second"); else System.out.println("third"); 要求打印字符串为"second"时,x的取值范围是( )。
A.x≤0 并且 x>-3
B.x>0
C.x>-3
D.x≤-3