代码“function info() { year = 1999; }; info(); console.log(year)”的结果是______。
举一反三
- 以下代码片段运行后,在console面板显示的结果是() wx.onCompassChange(function(res){ console.log(res.direction) })
- 中国大学MOOC:"以下代码片段运行后,在console面板显示的结果是( ) wx.onAccelerometerChange(function (res) { console.log(res.x) console.log(res.y) console.log(res.z)})";
- 下面代码的输出结果是 var a=10; function fun(a){ a++; console.log(a); } fun(a); console.log(a);
- The year "1999" should be read "The year ”.
- 返回某一天的年份的表达式是()。 A: year(12/1/1999) B: year(“12/1/1999”) C: year(%12/1/1999%) D: year(#12/1/1999#)