A.是不可能的 B.通過(guò)document.write(“新的標(biāo)題內(nèi)容”) C.通過(guò)document.title=(“新的標(biāo)題內(nèi)容”) D.通過(guò)document.changeTitle(“新的標(biāo)題內(nèi)容”)
A.Now() B.Date() C.new Date() D.new Now()
A.Math.floor(Math.random()*6) B.Math.floor(Math.random()*7) C.Math.floor(Math.random()*8) D.Math.ceil(Math.random()*8)