设@n是使用DECLARE语句声明的一个局部变量,能对该变量赋值的语句是()。 A: LET@n=123 B: SET@n=123 C: @n=123 D: @n:=123
设@n是使用DECLARE语句声明的一个局部变量,能对该变量赋值的语句是()。 A: LET@n=123 B: SET@n=123 C: @n=123 D: @n:=123
DSC呼叫地址为1231231230,则该呼叫区域为( )。 A: 23°~11°N 123°~93°W B: 23°~11°N 123°~93°E C: 23°~35°N 123°~93°W D: 23°~35°N 123°~93°E
DSC呼叫地址为1231231230,则该呼叫区域为( )。 A: 23°~11°N 123°~93°W B: 23°~11°N 123°~93°E C: 23°~35°N 123°~93°W D: 23°~35°N 123°~93°E
开幕式开始时,图中A点的地理位置可能为( )A.76°N,57°EB.89°N,123°EC.76°N,123°ED.89°N,57°E
开幕式开始时,图中A点的地理位置可能为( )A.76°N,57°EB.89°N,123°EC.76°N,123°ED.89°N,57°E
如下程序的输出结果是______。 n=-123.456 STR(n) A: -123 B: -123.456 C: 123 D: 456
如下程序的输出结果是______。 n=-123.456 STR(n) A: -123 B: -123.456 C: 123 D: 456
typeof(typeof(5))的结果为string
typeof(typeof(5))的结果为string
在javascript中,执行结果正确的是: A: typeof(null)的结果为null B: typeof(typeof(5))的结果为"string" C: typeof(5)的结果为Number D: typeof(typeof(undefined))的结果为undefined
在javascript中,执行结果正确的是: A: typeof(null)的结果为null B: typeof(typeof(5))的结果为"string" C: typeof(5)的结果为Number D: typeof(typeof(undefined))的结果为undefined
下面定义的自定义函数代码,语法错误的是( )。 A: def m(n): return n*2m("123") B: def m(n,y): z=n*yprint(z) C: def m(n,y): return n*ym("123",2) D: def m(n,y): n*yprint(m("123",2))
下面定义的自定义函数代码,语法错误的是( )。 A: def m(n): return n*2m("123") B: def m(n,y): z=n*yprint(z) C: def m(n,y): return n*ym("123",2) D: def m(n,y): n*yprint(m("123",2))
var x1 = null,x2= Infinity ,x3 =NaN; document.write(typeof(x1) ); document.write(typeof(x2) ); document.write(typeof(x3) );
var x1 = null,x2= Infinity ,x3 =NaN; document.write(typeof(x1) ); document.write(typeof(x2) ); document.write(typeof(x3) );
以下声明变量语句中,定义的变量a如被typeof检测结果为undefined的是()。 A: var a; B: var a,b=3; C: var a=30; D: var a='123';
以下声明变量语句中,定义的变量a如被typeof检测结果为undefined的是()。 A: var a; B: var a,b=3; C: var a=30; D: var a='123';
在JavaScript语法中,下列说法不正确的是( ) A: typeof(43.12)返回值为numbe B: typeof(nudefined)返回值为nudefined C: typeof(true)返回值为boolean D: typeof(null)返回值为null
在JavaScript语法中,下列说法不正确的是( ) A: typeof(43.12)返回值为numbe B: typeof(nudefined)返回值为nudefined C: typeof(true)返回值为boolean D: typeof(null)返回值为null