单项选择题

如果想在网页显示后,动态地改变网页的标题()

A.是不可能的
B.通过document.write(“新的标题内容”)
C.通过document.title=(“新的标题内容”)
D.通过document.changeTitle(“新的标题内容”)