生理零度是指( )。
A.皮肤表面的温度B.37℃C.36.5℃D.正常的体温
参考答案:A
在纠正酸中毒时常选用
A.复方氨基酸
B.低分子右旋糖酐
C.中分子右旋糖酐
D.乳酸钠
E.复方氯化钠
下面程序执行后的输出结果为( )。 public class fun { public static void main(String args[]) { String greets = " How are you!"; String s = greets.substring(0,3); System.out.println(s); } }
A.How
B.are
C.you
D.how are you!