"123"+"10"运算结果为______
举一反三
- Print Len(cast(123 as char(10))) 的结果为( )。 A: 3 B: 10 C: 123 D: 133
- 关于javascript中的比较运算符,下列表达式正确的是( ) A: 6<=5 运算结果为 true B: 3!=4运算结果为false C: 4==7运算结果为false D: 10==“10”运算结果为true
- console.log('123'==123); console.log('123'===123); 输出结果为
- list3=【123,456,123,456,123,456,123,456,123,456,123,456,123,456】list3.count(123)的结果为7。list3.Index(123)的结果为0。
- Len(Str(123)+"123") 的结果为6。