下列ECMAScript变量命名格式正确的是
A: _hello123
B: 123hello
C: -hello123
D: this
A: _hello123
B: 123hello
C: -hello123
D: this
举一反三
- 在Python程序中,以下那个选项表示字符串型常量()。 A: hello B: “hello123” C: “123” D: “hello”
- 【单选题】下列关系运算符表达式,结果为True的是()。 A. "Hello"="HeLLO" B. "Hello" C. "Hello">"HeLLO" D. "123">"1ab"
- 已知本地缓存中已经存在key=‘123’,value=‘hello’的一条数据,在执行wx.setStorageSync('123','world')代码后,本地缓存将发生怎样的变化? A: key='123',value=‘world’ B: key='123',value=‘hello’ C: key='123',value=‘ ’ D: 报错,该键名称已经存在,无法写入。
- 下列哪个不是合法的标识符() A: hello B: i C: 123 D: _good
- 以下不是Python普通常量的是( )。 A: “Hello” B: 123 C: 3.14159 D: ABC