函数=if(8>10,”T”)的返回结果是T
举一反三
- 函数=if(12>10,”T”,”F”)的返回结果是T
- 根据储量计算结果及等级化标准,对储量规模进行评价,油田储量()的储量规模为大规模。 A: >10×10<sup>8</sup>t B: 为1×10<sup>8</sup>t~10×10<sup>8</sup>t C: 为0.01×10<sup>8</sup>t~1×10<sup>8</sup>t D: 为0.01×10<sup>8</sup>t~0.1×10<sup>8</sup>t
- 145.var t = 10; function test(test){ t = t + test; console.log(t); var t = 3; } test(t); console.log(t); 运行结果是( )?
- var t = 10; function test(test){ t = t + test; console.log(t); var t = 3; } test(t); console.log(t); 运行结果是( )? A: 3 3 B: 3 10 C: NaN 10 D: NaN 3
- 中国大学MOOC: re.split(r<[^<]*?>,<h1>t</h1><div>c</div>)的返回结果是[t,c]。