以下可用于减轻急、慢性消耗性腹泻症状的药物是
A.阿法罗定
B.芬太尼
C.吗啡
D.阿片酊
E.哌替啶
参考答案:D
活塞曲轴旋转中心的最远位置称为下止点。
若有如下程序: public class Test public static void main (String[] args) int x=20; if (x>10) System.out.print(x-=5); if (x>5) System.out.print(x--); 则程序运行后的输出结果是 【12】 。