幼儿急疹的临床特点是()
A.突然起病,稽留高热
B.高热时,一般情况良好
C.热退疹出
D.皮疹以四肢多,躯干少
E.疹退后有脱屑无色素沉着
参考答案:A, B, C
980是由( )个百和( )个十组成的。
下列程序段运行的结果为( )。public class Test{ static void print(String s,int i){ System.out.pdntlnC String: "+s+",int:"+i);} static void print(iht i,String s){ System.out.prinflnCint:"+i+",gtring:"+s);} public static void main(String[] args){ print(99,"Int first");} }
A.String:String first,int: 11B.int: 11,String:Int firstC.String:String first,int:99D. int:99,Stfing:Int first