下列除哪项外,均是妊娠禁药()
A.峻下剂
B.破血剂
C.逐瘀剂
D.和血剂
E.有毒剂
参考答案:D
制川乌的常用量是()
A.1.5~3g
B.2.5~4g
C.3~4g
D.4~5g
E.5~6g
单击命令按钮,下列事件过程的执行结果为 Private Sub Command1_Click( ) Dim x As Integer, y As Integer x=40:y=72 Call PtoP(x, y) Print x; y End Sub Public Sub PtoP(Byval n AS Integer, ByVal m Aa Integer) n = n \ 10+2 m = m \ 10+2 End Sub
A.0 8
B.40 72
C.4 50
D.78 50