分析下面的JavaScript代码,经过运算后m的值为()。x=11;y=”number”;m=x+y;

分析下面的JavaScript代码,经过运算后m的值为()。x=11;y=”number”;m=x y;

正确答案:11number

猜你喜欢