有如下程序: Private Sub command1_Click() a=1:b=1 Print'a=';a;',b=';b Call mult((a),b) Print 'a=';a;',b=';b 语句 End Sub Sub mult(x,y) K=2 * k y=3 * k Print 'x=';x;',y=';y End Sub 运行后,标有“语句”的Print语句的输出结果是【 】。
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【多选题】What are some rules for DOM node trees?
A.
There is exactly one root node
B.
Every node must have a parent node
C.
Each element may have one or more child nodes
D.
The tree is drawn upside down, with the root node at the top