高速铁路钢轨应具备()、几何尺寸精度高、平直度好的特点。
A.安全使用性能良好
B.硬度高
C.韧性好
D.强度高
参考答案:A
易引起肠内、外并发症的肠道传染病是
A.细菌性痢疾
B.阿米巴痢疾
C.沙门菌食物中毒
D.霍乱、副霍乱
E.伤寒、副伤寒
在下列程序的划线处应填入的语句是( )。 class Person { private int a: } public class Man extends Person{ public int b; public static void main(String arg []){ Person p=newPerson(); Man t=new Man(); int i; _________________ } }
A.i=w;
B.i=b;
C.i=a;
D.i=b;