填空题
JavaScript语句如下:var a1=10;var a2=20;alert("a1+a2="+(a1+a2));上述代码的输出结果为()
【参考答案】
a1+a2=30
点击查看答案
