首页题库练习题目详情
Web程序设计单选题中等

以下哪个方法可以修改页面的标题?

Awindow.setTitle()
Bwindow.document.title = '新标题'
Cwindow.head.title = '新标题'
Dwindow.title = '新标题'