单项选择题
A.是不可能的 B.通过document.write(“新的标题内容”) C.通过document.title=(“新的标题内容”) D.通过document.changeTitle(“新的标题内容”)
产生当前日期的方法是()A.Now();B.Date()C.new Date()D.new Now()
单项选择题产生当前日期的方法是()
A.Now(); B.Date() C.new Date() D.new Now()
以下()表达式产生一个0~7之间(含0,7)的随机整数.A.Math.floor(Math.random()*...
单项选择题以下()表达式产生一个0~7之间(含0,7)的随机整数.
A.Math.floor(Math.random()*6) B.Math.floor(Math.random()*7) C.Math. floor(Math.random()*8) D.Math.ceil(Math.random()*8)
将字串s中的所有字母变为小写字母的方法是()A.s.toSmallCase() B.s.toLowerCas...
单项选择题将字串s中的所有字母变为小写字母的方法是()
A.s.toSmallCase() B.s.toLowerCase() C.s.toUpperCase() D.s.toUpperChars()