A: var Str=“Today is Monday!”
B: var Str=‘Today is Monday!”
C: varStr=“Today\is Monday!”
D: varStr='Today is Monday!'
举一反三
- What day is it today? A: Monday B: Wednesday C: Thursday D: Sunday
- — What day is today— It's _______ . A: Monday B: a fine day C: September 1st
- —What is the date today? — It is _______. A: Monday B: May 1th C: May 1st D: Children’s Day
- — What’s the date today?— It is _________. A: Monday B: May third C: three May D: May the third
- —— What day is it today—— (). A: Monday B: It’s fine C: June 14 D: Nine o’clock
内容
- 0
--What's the date today It's . A: Monday B: November five C: two thousand and fifteen D: the fifth of November
- 1
在JavaScript中,把字符串“789”转换为整型值789的正确方法是() A: varstr="789";varnum=(int)str B: varstr="789";varnum=str.parseInt(str) C: varstr="789";varnum=parseInt(str) D: varstr="789";varnum=Integer.parseInt(str)
- 2
When does the man plan to fly to France A: Monday morning. B: Monday afternoon. C: Monday evening.
- 3
Washington’s Birthday is also called Presidents’ Day, which is celebrated on the third Monday in February in order to commemorate both George Washington and Franklin Roosevelt. But today, this holiday is considered to honor all American presidents.________( )
- 4
11字符串测试1:下列字符串定义正确的是: A: String str="Hello World!"; B: Str str="Hello World!"; C: var str="Hello World!"; D: var str='Hello World!';